0.5.0-beta.5
Pre-release
Pre-release
- Fix: Resolve issues when targeting a string concat with exactly 2 components.
- Improvement: Prevent direct targeting of expanded string concat code.
- Improvement: Handle synthetic
String.valueOf
calls on concat components as of Java 19. - Fix: Proper error when incorrect argument count for
Operation::call
with null arguments. - Fix: Resolve
INSTANCEOF
andCHECKCAST
being treated as class constants. - Fix: Allow
@ModifyExpressionValue
on casts and instanceofs without@Expression
s. - Fix: Allow
@Coerce
on@WrapMethod
params. - Change: Prefer new style of minVersion declaration.
example.mixins.json:
{
...
"mixinextras": {
"minVersion": "..."
}
...
}