Skip to content

v3.7.0

Compare
Choose a tag to compare
@IanVS IanVS released this 27 Oct 17:45
· 73 commits to main since this release
35266d5

What's Changed

Features

  • Support explicit type sorting by @IanVS in #44

If you would like to order type imports differently from value imports, you can use the special <TYPES> string. This example will place third party types at the top, followed by local types, then third party value imports, and lastly local value imports:

"importOrder": ["<TYPES>", "<TYPES>^[./]", "<THIRD_PARTY_MODULES>", "^[./]"],

Dependencies

  • Make vue dependency optional by @IanVS in #45

Full Changelog: v3.6.0...v3.7.0