Releases: LlamaLad7/MixinExtras
Releases · LlamaLad7/MixinExtras
0.2.0-beta.6
Depending on MixinExtras has changed. Follow the new README.
- Fix: Resolve runtime class generation on certain Forge versions in dev.
0.2.0-beta.4
- Prevent possible name collisions when different relocated versions of MixinExtras wrap the same call.
- Allow multiple slices to be used on all custom injectors.
- Provide a user-friendly error if the wrong number of arguments are passed when calling an
Operation
.
0.2.0-beta.3
- Fix possible method name collisions caused by a change in the previous release.
0.2.0-beta.2
- Major internal changes for Sugar. This is mainly to prepare for future additions but should also improve stability.
- Fix NPE when generating sugar error messages.
- Fix hot reloading of
@WrapOperation
s and Sugar.
0.2.0-beta.1
- New: Sugar.
0.1.1
0.1.1-rc.4
Fix: Add extensions to Extensions#activeExtensions
in case they've already been selected.
0.1.1-rc.3
Fix: Split build-time and runtime initialization.
0.1.1-rc.2
Fixes a fairly critical issue with @WrapOperation
sometimes not applying last.
0.1.1-rc.1
New: Support for using WrapOperation
on instanceof
s.