Skip to content

v4.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@IanVS IanVS released this 24 Apr 14:47
· 32 commits to next since this release

This is the first alpha version for 4.0, which has the goal of reducing the number of options for the plugin to be more in line with the opinionated formatting philosophy of prettier. We will make the plugin easier to configure, easier to maintain, and better out-of-the-box, while still giving flexibility in how imports are ordered.

Expect more breaking changes while alpha versions are being released. Beta versions will have no planned breaking changes, but may include them, depending on user feedback.

The general plan for 4.0 is discussed in #22. Feedback and ideas are welcome.

What's Changed

  • [Breaking] Update dependencies, jest -> vitest, build for Node 16+ by @IanVS in #59
  • Check formatting in CI by @IanVS in #61
  • [Breaking] Remove importOrderBuiltinModulesToTop (always true) by @IanVS in #60
  • [Breaking] Remove importOrderSeparation option by @IanVS in #62

Full Changelog: v3.7.2...v4.0.0-alpha.1