Releases: NeQuissimus/sort-imports
Releases · NeQuissimus/sort-imports
v0.6.1
v0.6.0
What's Changed
- Update sbt to 1.4.3 by @scala-steward in #95
- Update sbt to 1.4.4 by @scala-steward in #96
- Update sbt-scalafix to 0.9.24 by @scala-steward in #97
- Update sbt to 1.4.5 by @scala-steward in #98
- Update sbt to 1.4.6 by @scala-steward in #99
- Update sbt-scalafix, scalafix-core to 0.9.25 by @scala-steward in #100
- Update sbt to 1.4.7 by @scala-steward in #101
- Update sbt-scalafix to 0.9.26 by @scala-steward in #102
- Use
org.xml._
instead ofcom.oracle.net._
by @jozic in #115
New Contributors
Full Changelog: v0.5.5...v0.6.0
v0.5.5
Merge pull request #94 from scala-steward/update/sbt-scalafix-0.9.23 Update sbt-scalafix, scalafix-core, ... to 0.9.23
v0.5.4
Consider semicolons when finding comments Fixes #70
v0.5.3
Allow Java-style imports Put trailing semicolons in the right place. Fixes #54
v0.5.2
cross-publish for 2.11, 2.12 & 2.13 (#67)
v0.5.1
cross-build to 2.11, 2.12 & 2.13 (#66)
v0.5.0
Regex support for groups. Use the prefix re:
.
v0.4.1
Fix loses of input formatting, close #52 (#53) Using 'syntax' instead of 'toString' loses input formatting.