Skip to content

v2.0.0

Compare
Choose a tag to compare
@keithamus keithamus released this 22 Jul 19:49
· 4 commits to main since this release
fd56c9e

BREAKING CHANGES

This module is now an ESM module. It only supports ESM environments. Minimum support levels are now:

  • NodeJS 16 and above
  • Firefox 102 ESR and above
  • Chromium Edge and above

This means that the following environments will no longer receive support:

  • Edge 18 and below
  • Internet Explorer (any version)
  • NodeJS below version 16
  • Firefox versions less than 102

While this package may continue to work in older versions, they are not supported.

What's Changed

New Contributors

Full Changelog: v1.0.2...v2.0.0