Skip to content

v0.14.7

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 17:54
· 4 commits to refs/heads/main since this release
38b854a

Significant changes since v0.14.6

For users

  • Several performance and functional improvements in OrganizeImports, most notably a new configuration flag groupSeparately controlling which imports should be seggregated for correctness in an order-preserving, final group
    • by-type givens - Scala 3, enabled by default, new
    • explicit implicits - Scala 2, disabled by default, previously controlled via the deprecated flag groupExplicitlyImportedImplicitsSeparately

For rule authors

  • Abstract*RuleSuite now mixes-in AnyFunSuite, forcing that testing style for subclasses (see #2432)
  • Scalameta is now 4.17.0 (was 4.15.2)
  • scalafix-testkit is now cross-built against 3.3.8 (was 3.3.7) & 3.8.4 (was 3.8.2)

Pull Requests

Rules

Framework

Docs

Updates