Skip to content

v12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 11:59
v12.0.0
690e58c

This is a major release and contains some breaking changes. See the entries below, and https://github.com/cucumber/cucumber-js/blob/main/UPGRADING.md#1200 for specifics on how to migrate where needed.

Added

  • Allow comments inside descriptions (cucumber/gherkin#334)
  • Add original error to After and AfterStep hook parameters (#2572)
  • Add support for Node.js 24.x (#2588)

Changed

Removed

  • BREAKING CHANGE: Remove support for Node.js 18.x (#2588)
  • BREAKING CHANGE: Remove support for Node.js 23.x (#2588)
  • BREAKING CHANGE: Remove publishQuiet option (#2587)