Releases: trivago/prettier-plugin-sort-imports
Releases · trivago/prettier-plugin-sort-imports
v4.1.0
What's Changed
- feat: change @vue/compiler-sfc to an optional dependency by @transitive-bullshit in #189
- fixed empty/no script tag in vue component error by @adamDilger in #192
- Feat : Update prettier for TS 4.9 by @taiwabisabi in #194
- feat: type imports by @xenfo in #153
- Move @babel/core to devDependencies by @yykamei in #200
- Only preserve directives already at the start of the program by @c-dante in #198
- chore: bump babel to support satisfies keyword by @leomotors in #196
New Contributors
- @transitive-bullshit made their first contribution in #189
- @adamDilger made their first contribution in #192
- @taiwabisabi made their first contribution in #194
- @xenfo made their first contribution in #153
- @yykamei made their first contribution in #200
- @c-dante made their first contribution in #198
Full Changelog: v4.0.0...v4.1.0
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