Skip to content

Releases: form8ion/codecov

v6.2.0

26 Aug 16:50
60301dd
Compare
Choose a tag to compare

6.2.0 (2024-08-26)

Features

  • workflows-file: leverage workflows-core existence checker (60301dd)

v6.1.0

26 Aug 14:51
9b51f3c
Compare
Choose a tag to compare

6.1.0 (2024-08-26)

Features

  • workflow-file: leverage workflows-core loader and drop direct js-yaml dependency (9b51f3c)

v6.0.0

26 Aug 03:53
ab0a1f3
Compare
Choose a tag to compare

6.0.0 (2024-08-26)

Features

  • node-versions: drop support for node versions v16 and v19 (97b8e31)

BREAKING CHANGES

  • node-versions: node versions v16 and v19 are no longer supported

v5.3.0

09 Feb 07:08
d947767
Compare
Choose a tag to compare

5.3.0 (2024-02-09)

Features

  • remove: avoided attempting to remove the action if no workflow exists (d947767)

v5.2.0

09 Feb 06:32
a3d1620
Compare
Choose a tag to compare

5.2.0 (2024-02-09)

Features

  • remove: remove command now removes the action from the ci workflow (a3d1620)

v5.1.0

06 Feb 04:16
1f948af
Compare
Choose a tag to compare

5.1.0 (2024-02-06)

Features

  • remove: exposed a no-op remover function (1f948af)

v5.0.0

06 Aug 18:29
f76e8e5
Compare
Choose a tag to compare

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 in engines.node
  • lift: badge creation is now part of the lift process rather
    than scaffolding

v5.0.0-beta.3

06 Aug 17:02
6827f6b
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

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

06 Aug 16:45
f73df62
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

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 in engines.node

v5.0.0-beta.1

06 Aug 16:42
fccc204
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

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