Releases: trivago/prettier-plugin-sort-imports
Releases · trivago/prettier-plugin-sort-imports
v4.0.0
What's Changed
- fix: make type fields optional and add JSDoc by @leomotors in #180
- Add
aures
comapny inreadme.md
file by @atefBB in #187 - keep script directives at top of file, fixes #185 by @broofa in #186
- feat: make @vue/compiler-sfc peer dependency by @blake-newman in #183
New Contributors
Full Changelog: v3.4.0...v4.0.0
v3.4.0
v3.3.1
v3.3.0
What's Changed
- Update babel by @marvinroger in #147
- Fix typo in MIGRATION.md by @raineorshine in #158
New Contributors
- @marvinroger made their first contribution in #147
Full Changelog: v3.2.0...v3.3.0
v3.2.0
v3.1.1
v3.1.0
v3.0.0
v3.0.0
New features
<THIRD_PARTY_MODULES>
special word in import order to place third
party imports at desired place. #65 by @risenforcesimportOrderSortSpecifiers
option to sort the imports in an import declaration. #72 by @ratierdimportOrderCaseInsensitive
option to control the case sensitivity #69 by @timilesimportOrderParserPlugins
option to pass plugins to babel parser #88 by @saaryab
Breaking Changes
- Renaming of the
experimentalBabelParserPluginsList
toimportOrderParserPlugins
. by @byara