Skip to content

Commit

Permalink
eslint-plugin-simple-import-sort v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Feb 10, 2024
1 parent 2480727 commit 611d87b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
### Version 12.0.0 (2024-02-10)

This release removes the support for import assignments added in version 11.0.0:

- Turns out it was broken in some cases.
- The suggested fix went past my complexity tolerance for such an esoteric feature.
- I also learned that they aren’t really imports, and that I don’t understand their semantics well enough to know how sorting them affects your program.

If you miss the support for import assignments, I suggest you write your own ESLint rule which moves them out of the way from the actual imports, sorting them or not.

### Version 11.0.0 (2024-02-08)

This release adds support for TypeScript import assignments (`import A = B.C` and `import A = require("module")`). Thanks to Szabolcs Kurdi (@szku01) and Svyatoslav Zaytsev (@MillerSvt)!
Expand Down
2 changes: 1 addition & 1 deletion package-real.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-simple-import-sort",
"version": "11.0.0",
"version": "12.0.0",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/eslint-plugin-simple-import-sort",
Expand Down

0 comments on commit 611d87b

Please sign in to comment.