Skip to content

v1.0.6

Compare
Choose a tag to compare
@kunli2 kunli2 released this 24 Aug 21:22
· 364 commits to main since this release

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

Full Changelog: v1.0.5...v1.0.6