Skip to content

Commit

Permalink
eslint-plugin-simple-import-sort v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Dec 8, 2020
1 parent 6bb3b59 commit 7cfda3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
### Version 7.0.0 (2020-12-08)

You can now customize where type imports (`import type { X } from "x"`) go, via the `groups` option. Type imports have `\u0000` at the end.

This is only a breaking change if you use the `groups` option and your regexes care about what the _last_ character is. If so, you now need to account for the fact that the last character of type imports is `\u0000`.

### Version 6.0.1 (2020-11-19)

- Fixed: `as default` in exports no longer results in invalid code.
Expand Down
2 changes: 1 addition & 1 deletion package-real.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-simple-import-sort",
"version": "6.0.1",
"version": "7.0.0",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/eslint-plugin-simple-import-sort",
Expand Down

0 comments on commit 7cfda3f

Please sign in to comment.