Skip to content

Latest commit

 

History

History
81 lines (61 loc) · 4.99 KB

CHANGELOG.md

File metadata and controls

81 lines (61 loc) · 4.99 KB

Changelog


v4.3.0

New features

v4.2.1

Chore

v4.2.0

Chore

v4.1.1

Revert

v4.1.0

New features

v4.0.0

New features

v3.4.0

New features

v3.3.1

Chores

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

v3.3.0

Chores

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

  • Fixes package management #100

v3.1.0

Chores

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