Releases: form8ion/codecov
Releases · form8ion/codecov
v6.2.0
v6.1.0
v6.0.0
v5.3.0
v5.2.0
v5.1.0
v5.0.0
5.0.0 (2023-08-06)
Bug Fixes
- deps: upgraded the core package to the latest version (05c8d70)
Build System
- rollup: transpilation is no longer done to bring the support level below
engines.node
(f73df62)
Features
- exports: defined an exports map and referenced the esm bundle with a proper extension (13f8bbc)
- lift: moved badge creation to the lifter rather than the scaffolder (fccc204)
- node-versions: raised the minimum supported node version to v16.14 and dropped v17 support (04d54a5)
BREAKING CHANGES
- exports: the exports map prevents access to internal files, but that should not have been a
common use case, so the negative impact should be minimal - node-versions: node v16.14 is now the minimum supported version and v17 support has been dropped
- rollup: the bundle was previously tranpiled to support node versions down to v12.20. that
transpilation no longer happens, so no support is promised beyond what is defined inengines.node
- lift: badge creation is now part of the
lift
process rather
than scaffolding
v5.0.0-beta.3
5.0.0-beta.3 (2023-08-06)
Bug Fixes
- deps: upgraded the core package to the latest version (05c8d70)
Features
- exports: defined an exports map and referenced the esm bundle with a proper extension (13f8bbc)
- node-versions: raised the minimum supported node version to v16.14 and dropped v17 support (04d54a5)
BREAKING CHANGES
- exports: the exports map prevents access to internal files, but that should not have been a
common use case, so the negative impact should be minimal - node-versions: node v16.14 is now the minimum supported version and v17 support has been dropped
v5.0.0-beta.2
5.0.0-beta.2 (2023-08-06)
Build System
- rollup: transpilation is no longer done to bring the support level below
engines.node
(f73df62)
BREAKING CHANGES
- rollup: the bundle was previously tranpiled to support node versions down to v12.20. that
transpilation no longer happens, so no support is promised beyond what is defined inengines.node
v5.0.0-beta.1
5.0.0-beta.1 (2023-08-06)
Features
- lift: moved badge creation to the lifter rather than the scaffolder (fccc204)
BREAKING CHANGES
- lift: badge creation is now part of the
lift
process rather
than scaffolding