Releases: LegacyModdingMC/UniMixins
Releases · LegacyModdingMC/UniMixins
0.1.19
What's Changed
- Improved compat - Move GTNH LateMixins to pre-init by @mitchej123 in #37
Full Changelog: 0.1.18...0.1.19
0.1.18
What's Changed
- New mixins 0.8.7, mixinextras 0.4.1, and ASM 9.7.1 by @mitchej123 in #30
Full Changelog: 0.1.17...01.18
0.1.17
Mixin module:
- Updated to UniMix 0.13.0 (based on version 0.13.1 of the Fabric fork)
- Updated ASM to 9.6
Compat module:
- Added fix for INIT phase mixins not running in non-MultiMC-based launchers when LiteLoader is present as a Forge mod
0.1.16
MixinExtras module:
- Updated to 0.3.5 (by @glowredman)
0.1.15
GTNHMixins module:
- Added LiteLoader mod detection to
ILateMixinLoader#getMixins
(by @glowredman)
MixinExtras module:
- Updated to 0.3.2
Compat module:
- Added remapping of the
org.objectweb.asm
package in mixin config plugins and classes annotated with@RemapAsmForMixin
.
0.1.14
0.1.13
GTNHMixins module:
- Made GTNH-relocated MixinExtras unavailable at compile time. It will still be made available at runtime for backwards compatibility (this can be disabled).
- Fix transformers registered after the beginning of the DEFAULT phase not running when late mixins are processed.
Mixingasm module:
- Added a new annotation-based API which does not create a runtime dependency
MixinExtras module:
- Fixed crash with LWJGL3ify
- Source code is now included in the source jar
Compat modules:
- Removed DevCompat module and merged it into Compat module. The old functionality of the DevCompat module can be enabled by setting the
-Dunimixins.compat.hackClasspathModDiscovery=true
JVM flag. - Removed 1.8+ compatibility stub from Compat module since it caused mods to fail to compile. Its functionality has been moved to a new module called Future Compat
- Made ASM remapper transformer ~90% more efficient
0.1.12
0.1.11
0.1.10
General:
- Changed jar names to start with a
+
character (because-
was causing issues with command line utilities.)- Maven artifact IDs have no special prefix now.
GTNHMixins and SpongeMixins modules:
- Bumped GTNHMixins version (no functionality was changed.)