Skip to content

Releases: trivago/prettier-plugin-sort-imports

v3.1.1

10 Nov 10:23
Compare
Choose a tag to compare

Chores

  • Fixes package management #100

v3.1.0

03 Nov 13:34
Compare
Choose a tag to compare

v3.1.0

Chores

v3.0.0

28 Oct 11:25
Compare
Choose a tag to compare

v3.0.0

New features

  • <THIRD_PARTY_MODULES> special word in import order to place third
    party imports at desired place. #65 by @risenforces
  • importOrderSortSpecifiers option to sort the imports in an import declaration. #72 by @ratierd
  • importOrderCaseInsensitive option to control the case sensitivity #69 by @timiles
  • importOrderParserPlugins option to pass plugins to babel parser #88 by @saaryab

Breaking Changes

  • Renaming of the experimentalBabelParserPluginsList to importOrderParserPlugins. by @byara

v2.0.4

18 Aug 15:09
Compare
Choose a tag to compare

Bug fixes

  • Fix faulty comment replace in removeNodesFromOriginalCode #66 by @raineorshine

v2.0.3

17 Aug 12:48
Compare
Choose a tag to compare

Bug Fixes

v2.0.2

30 Mar 13:17
Compare
Choose a tag to compare

Bug Fixes

v2.0.1

16 Mar 14:56
Compare
Choose a tag to compare

Bug fixes

  • Add prettier to peer dependency. #39

v2.0.0

15 Mar 11:37
Compare
Choose a tag to compare

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

v1.4.4

15 Feb 15:15
Compare
Choose a tag to compare

Bug Fixes

  • ignore TS Modules d.ts #21

v1.4.3

15 Feb 13:53
Compare
Choose a tag to compare

Bug Fixes

  • Fix duplicate nodes in the comments [#30]
  • Fix issue when there are no third-party imports [#29 ]