v2.0.0
·
1470 commits
to master
since this release
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