Skip to content

Releases: trivago/prettier-plugin-sort-imports

v4.0.0

24 Nov 09:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v4.0.0

v3.4.0

20 Oct 11:25
Compare
Choose a tag to compare

v3.4.0

New features

v3.3.1

14 Oct 14:16
Compare
Choose a tag to compare

Chores

  • Update @babel/parser (to support TypeScript 4.7) #161 by odiak

v3.3.0

24 Feb 19:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

03 Feb 14:01
Compare
Choose a tag to compare

v3.2.0

New features

Chores

  • Clean up unit test and snapshot test
  • Add contribution guidelines for bug fixes and new features

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