Skip to content

Tags: NeQuissimus/sort-imports

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #116 from jozic/upgrade-scalafix

Upgrade sbt to 1.5.8 (from 1.4.7) and sbt-scalafix to 0.9.33 (from 0.…

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #115 from jozic/drop-oracle-net

Use `org.xml._` instead of `com.oracle.net._`

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.5.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
NeQuissimus Tim Steinbach
Consider semicolons when finding comments

Fixes #70

v0.5.3

Toggle v0.5.3's commit message
Allow Java-style imports

Put trailing semicolons in the right place.

Fixes #54

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cross-publish for 2.11, 2.12 & 2.13 (#67)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cross-build to 2.11, 2.12 & 2.13 (#66)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Explain re: feature in readme (#57)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix loses of input formatting, close #52 (#53)

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

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sort with wildcard and group first, close #47 (#49)

* Refractoring Sortimports

- ImportGroup abstract List[Import] and operations on it
- Use List instead of ListBuffer when possible
- Rename variables for better comprehension

* Allow sorting with priority on wildcard and groups

- Add asciiSort boolean  on configuration (default true)
- Add WildcardAndGroupFirstSort SortWith implementation