v1.0.8
What's Changed
- Unnecessary explicit type arguments removes necessary type arguments by @pstreef in #165
- Do not simplify boolean return with comments by @timtebeek in #169
- Preserve arrays when inlining variables by @timtebeek in #170
- Don't redeclare EnumSet as Set by @Bananeweizen in #183
- fix: FinalizeMethodArguments considers unary and += expressions by @AlejandroBertolo in #180
- fix: skip finalizing anonymous class fields in FinalizeLocalVariables by @AlejandroBertolo in #182
New Contributors
- @Bananeweizen made their first contribution in #183
- @AlejandroBertolo made their first contribution in #180
Full Changelog: v1.0.7...v1.0.8