Skip to content

v3.0.0

Latest

Choose a tag to compare

@wojtekmaj wojtekmaj released this 29 May 08:37
· 59 commits to main since this release
8ee4d29

❗️ = 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.