Skip to content

v4.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@IanVS IanVS released this 25 Apr 18:56
· 24 commits to next since this release
b13e956

What's Changed

  • [Breaking] Remove importOrderMergeDuplicateImports option (always on) by @IanVS in #66
  • [Breaking] Replace importOrderCombineTypeAndValueImports with importOrderTypeScriptVersion by @IanVS in #67

In this release, we will always merge duplicate import statements, and we introduce a new importOrderTypeScriptVersion option which TypeScript users should set to the version of TS they are using in their project. That setting will determine whether value and type imports are combined.

Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.3