Skip to content

Latest commit

 

History

History
106 lines (79 loc) · 6.8 KB

CHANGELOG.md

File metadata and controls

106 lines (79 loc) · 6.8 KB

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

  • 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