Skip to content

Releases: NeQuissimus/sort-imports

v0.6.1

23 Dec 13:58
68e2412
Compare
Choose a tag to compare

What's Changed

  • Upgrade sbt to 1.5.8 (from 1.4.7) and sbt-scalafix to 0.9.33 (from 0.… by @jozic in #116

Full Changelog: v0.6.0...v0.6.1

v0.6.0

22 Dec 15:54
8fb3e67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.5...v0.6.0

v0.5.5

05 Nov 12:38
f7a598d
Compare
Choose a tag to compare
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

11 Jun 20:28
5c4e4cc
Compare
Choose a tag to compare
Consider semicolons when finding comments

Fixes #70

v0.5.3

09 Jun 01:33
Compare
Choose a tag to compare
Allow Java-style imports

Put trailing semicolons in the right place.

Fixes #54

v0.5.2

03 Jun 12:55
d6e4b6f
Compare
Choose a tag to compare
cross-publish for 2.11, 2.12 & 2.13 (#67)

v0.5.1

02 Jun 16:17
75d5035
Compare
Choose a tag to compare
cross-build to 2.11, 2.12 & 2.13 (#66)

v0.5.0

01 May 13:41
3333848
Compare
Choose a tag to compare

Regex support for groups. Use the prefix re:.

v0.4.1

27 Apr 13:31
9c2e117
Compare
Choose a tag to compare
Fix loses of input formatting, close #52 (#53)

Using 'syntax' instead of 'toString' loses input formatting.

v0.4.0

23 Apr 12:34
be3b4ba
Compare
Choose a tag to compare

New configuration option SortImports.asciiSort, which allows better sorting of wildcard and grouped imports. Set to true by default (old behaviour).

See #49 for more details