Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 18:29
· 502 commits to master since this release
f76e8e5

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