Skip to content

1.27.0

Choose a tag to compare

@tkvangorder tkvangorder released this 02 Sep 21:15
· 719 commits to main since this release

Enhancements

  • Updated to use rewrite 7.29.0

Fixes

  • Do not strip prefix when remainder results in methods such as toString() by @timtebeek in #246
  • Strip test_ prefix from snake cased methods by @timtebeek in #247
  • Update RemoveTestPrefix with a check to prevent renaming a method having the new name exists
  • CleanupMockitoImports now preserves static wildcard import in missing type info case by @nmck257 in #249
  • Add LifecycleNonPrivate for JUnit 5.9.0 (#241) by @timtebeek in #252
  • RewriteTest for TempDir and cleanup unused imports & deprecations by @timtebeek in #253
  • Improved JUnit AssertToAssertions behavior with missing type info by @nmck257 in #250
  • Migrate junit.framework.Assert by @timtebeek in #256
  • Add missing @nested annotation by @timtebeek in #257
  • Add dependency on JUnit Jupiter (Aggregator) only, not api + engine by @timtebeek in #255

Full Changelog: v1.26.0...1.27.0