Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 04:25
· 54 commits to master since this release
79a8597

4.0.0 (2025-02-10)

Bug Fixes

  • deps: remove usage of make-dir in favor of fs.mkdir (70255cb)
  • deps: update to the latest beta of the cucumber plugin (51b481b)

Features

  • dependencies: define dependencies in the new format (eff7f1a)
  • node-versions: define the supported ranges of node versions (64b3201)
  • pre-integration: switch from package-preview to a simple build (a890e95)

BREAKING CHANGES

  • node-versions: node version support has been limited to the defined ranges
  • pre-integration: switched away from package-preview now that self reference is possible when exports
    is defined. this means exports is now a requirement of projects scaffolded by this project
  • dependencies: dependencies are now defined under dependencies.javascript