Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 21 Mar 08:18
· 5 commits to main since this release
4f56ce9

❗️ = breaking change

What's new?

  • ❗️ Dropped CommonJS build, making the package ESM-only. Chances are you're not going to be affected by this change at all, as all common bundlers support ESM out of the box.
    • However, you may encounter issues running unit tests using Jest. Consider migrating to Vitest.