Skip to content

0.5.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@LlamaLad7 LlamaLad7 released this 19 Jan 00:06
5a27423
  • 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 and CHECKCAST being treated as class constants.
  • Fix: Allow @ModifyExpressionValue on casts and instanceofs without @Expressions.
  • Fix: Allow @Coerce on @WrapMethod params.
  • Change: Prefer new style of minVersion declaration.
    example.mixins.json:
{
    ...
    "mixinextras": {
        "minVersion": "..."
    }
    ...
}