Skip to content

Commit 3906ec4

Browse files
committed
eslint-plugin-simple-import-sort v6.0.0
1 parent 3d795d5 commit 3906ec4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### Version 6.0.0 (2020-11-15)
2+
3+
- Renamed: `simple-import-sort/sort` is now called `simple-import-sort/imports`.
4+
- 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!
5+
- Fixed: `../..` imports are now sorted properly based on directory hierarchy.
6+
- 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.
7+
- Removed: Support for Node.js 8.
8+
19
### Version 5.0.3 (2020-04-27)
210

311
- Improved: Reduced package size by 50%.

package-real.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-simple-import-sort",
3-
"version": "5.0.3",
3+
"version": "6.0.0",
44
"license": "MIT",
55
"author": "Simon Lydell",
66
"repository": "lydell/eslint-plugin-simple-import-sort",

0 commit comments

Comments
 (0)