Skip to content

Releases: Amwam/js-import-sort

Prettier and No blank lines options

02 Oct 22:16
Compare
Choose a tag to compare

Changes

  • Ouput now formatted with prettier
  • Added an option (--no-blank-lines) to disbable adding blank lines automatically inbetween import groups.

v1.2.0

12 Feb 10:40
67b3cb2
Compare
Choose a tag to compare

Fixes issues with dev dependencies.
Thanks @raganw!

v1.1.1

30 Dec 15:27
6dd983b
Compare
Choose a tag to compare

Flow support!
Refactor of the code
Improved test coverage

(Fixes a bug when running the tool)

v1.1.0

30 Dec 15:14
a0c89d9
Compare
Choose a tag to compare

Flow support!
Refactor of the code
Improved test coverage

v1.0.3

20 Oct 21:08
55c904a
Compare
Choose a tag to compare

Fixed running from inside a subdirectory of a project

v1.0.2

20 Oct 21:07
8178480
Compare
Choose a tag to compare

Fixed lines/comments being duplicated on multiple runs
Added more debugging options (You can use --dry --print to print the results of the transforms to the console, and --verbose to get more debugging output.)

v1.0.1

20 Oct 21:06
ea3737f
Compare
Choose a tag to compare

Fixed duplicate imports not being consolodated

v1.0.0

17 Jul 17:06
5e1e4ef
Compare
Choose a tag to compare

Initial release!