You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

6.8 KiB

Changelog


5.2.2

  • Update packages and pin babel/types #343 by @byara

5.2.1

5.2.0

v5.1.0

  • Fix svelte packages being required all the time #327 by @byara

v5.0.1

  • Clean up unwanted packages and unpin dependencies #322 by @byara

v5.0.0

New features

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

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