From 3906ec4ca3f04eccdb8b863370674dd2b72e173e Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 15 Nov 2020 21:30:19 +0100 Subject: [PATCH] eslint-plugin-simple-import-sort v6.0.0 --- CHANGELOG.md | 8 ++++++++ package-real.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee33496..42d4111 100644 --- a/CHANGELOG.md +++ b/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%. diff --git a/package-real.json b/package-real.json index 374353e..4d75785 100644 --- a/package-real.json +++ b/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",