Skip to content

v6.0.0

Latest

Choose a tag to compare

@smikitky smikitky released this 02 Nov 09:17
· 2 commits to master since this release

❗️ Breaking Changes

  • Dropped support for CJS modules. This package is now ESM-only.
  • Changed the internal directory structure under lib. If you are importing from a specific file, you need to change the path.

Other Changes

  • Migrated the test framework from Jest to Node's Test Runner.
  • Set the tests to run only on Node 20, 22, and 24. However, this package is expected to function in any JS environment as long as ESM is supported; if it does not, please file an issue.