v1.0.6
What's Changed
- Update with rewrite 8.4.0
- RemoveUnusedLocalVariables fails inside case blocks (test) by @sfc-gh-dtran in #153
- MinimumSwitchCases should add Enum import when necessary by @timtebeek in #146
- Extend SimplifyBooleanExpressionVisitor by @timtebeek in #155
- Detect Kotlin IsNullSafe marker on method invocation by @timtebeek in #156
- Ternary operator should not be nested by @pstreef in #93
- Clean up some recipe descriptions by @mike-solomon in #160
- do not remove try block if there are resources by @joanvr in #161
- Simplify lambda blocks to expressions replaces return that is used to infer which overloaded method to pick by @pstreef in #163
New Contributors
- @sfc-gh-dtran made their first contribution in #153
- @mike-solomon made their first contribution in #160
- @joanvr made their first contribution in #161
Full Changelog: v1.0.5...v1.0.6