Releases: trivago/prettier-plugin-sort-imports
Releases · trivago/prettier-plugin-sort-imports
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
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Bug fixes
- How to use babelRC to pass the Parser option? #10
- Decorators problem for Angular project. #12
- Decorators an class properties errors on a react project #15
- This experimental syntax requires enabling the parser plugin: 'classProperties' (118:33) #22
- Throws when babel config has override section #25
- SyntaxError: Unexpected token throws when using with flow #27