Releases: LlamaLad7/MixinExtras
Releases · LlamaLad7/MixinExtras
0.1.0-rc5
Now licensed as MIT and said license is included in the artifacts.
0.1.0-rc4
Fix WrapOperation
inside interfaces.
0.1.0-rc3
Fix dumb typo in WrapOperationInjector
which caused invalid bytecode in edge cases.
0.1.0-rc2
WrapOperation
: Fixed a bug where the return values of synthetic bridges for operations with primitive return types would not be boxed.
0.1.0-rc1
Introduced WrapOperation
.
Not yet extensively tested.
0.0.12
Fixes a fairly critical issue with ModifyReceiver
and WrapWithCondition
generating invalid bytecode if virtual redirectors targeting the same calls are applied before them.
0.0.11
WrapWithCondition
can now target non-void operations whose return values are immediately popped.
0.0.10
ModifyExpressionValue now supports targeting NEW
object creations.