Releases: Amwam/js-import-sort
Releases · Amwam/js-import-sort
Prettier and No blank lines options
Changes
- Ouput now formatted with prettier
- Added an option (
--no-blank-lines
) to disbable adding blank lines automatically inbetween import groups.
v1.2.0
Fixes issues with dev dependencies.
Thanks @raganw!
v1.1.1
Flow support!
Refactor of the code
Improved test coverage
(Fixes a bug when running the tool)
v1.1.0
Flow support!
Refactor of the code
Improved test coverage
v1.0.3
Fixed running from inside a subdirectory of a project
v1.0.2
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
Fixed duplicate imports not being consolodated