github IanVS/prettier-plugin-sort-imports v4.0.0-alpha.3

latest releases: v4.7.0, v4.6.3, 4.6.2...
pre-release2 years ago

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

Don't miss a new prettier-plugin-sort-imports release

NewReleases is sending notifications on new releases.