Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

5.0.0 (2022-06-07)

Compare
Choose a tag to compare
@willdurand willdurand released this 07 Jun 09:25
· 304 commits to master since this release
25539eb

⚠️ This new major version breaks backward compatibility because the npm package is now a pure ESM package. In other words, it is no longer possible to require this package in a CommonJS way. You now have to use import in an ESM-friendly project OR use dynamic import (await import()) if you wish to import this library into a CommonJS project.

Main changes

  • Breaking Change: convert library to ES Modules (#1077)

dependencies

  • Updated: dependency core-js to v3.22.8 (#1080)

dev dependencies

  • Updated: dependency @types/jest to v28 (#1081)
  • Updated: dependency eslint to v8.17.0 (#1083)
  • Updated: dependency jest to v28.1.1 (#1086)
  • Updated: dependency typescript to v4.7.3 (#1082)

others

  • Updated: dependency codecov orb to v3.2.3 (#1084)