Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

46 lines (27 loc) · 2.1 KB

Changelog


See Github Releases for newer versions.

v3.2.0

New features

Bug fixes

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