Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:34
· 1470 commits to master since this release
010d868

2.0.0 (2022-07-08)

Bug Fixes

  • dirname: ensured that the esm bundle worked in an esm context (c25b425)

Features

  • dual-mode: created proper cjs and esm bundles (6c14655)
  • dual-mode: defined an exports map to make this package a true dual-mode package (10e98ba)
  • node-versions: defined the supported version ranges for this package (5392475)
  • node-versions: raised the minimum required version to v14.18 (b661aa6)

BREAKING CHANGES

  • node-versions: the minimum required version of node is now v14.18
  • dual-mode: creates bundles with updates names. must be coordinated with updates to the js
    plugin so references point to the new files
  • dual-mode: and exports map has been defined, which further limits access to files within the
    package
  • node-versions: the supported node versions have been restricted to v14 above v14.15 and above v16