Skip to content

Commit

Permalink
eslint-plugin-simple-import-sort v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Nov 15, 2020
1 parent 3d795d5 commit 3906ec4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
### Version 6.0.0 (2020-11-15)

- Renamed: `simple-import-sort/sort` is now called `simple-import-sort/imports`.
- Added: `simple-import-sort/exports` for sorting (some) exports. Big thanks to Remco Haszing (@remcohaszing) for the suggestion and great feedback, and to @JCrepin for the initial implementation!
- Fixed: `../..` imports are now sorted properly based on directory hierarchy.
- Improved: The default regexes for the `groups` option can now be reordered freely without causing imports to unexpectedly end up in other groups than before.
- Removed: Support for Node.js 8.

### Version 5.0.3 (2020-04-27)

- Improved: Reduced package size by 50%.
Expand Down
2 changes: 1 addition & 1 deletion package-real.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-simple-import-sort",
"version": "5.0.3",
"version": "6.0.0",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/eslint-plugin-simple-import-sort",
Expand Down

0 comments on commit 3906ec4

Please sign in to comment.