Skip to content

Releases: cucumber/cucumber-node

v0.5.0

17 Nov 09:13
v0.5.0
065d0d9

Choose a tag to compare

Added

  • Support Node.js 24 (#67)
  • Add rows and rowsHash methods to DataTable (#83)
  • Add support for regular expression steps (#83)

Changed

  • BREAKING CHANGE: Rename tagFilter to tags in HookOptions for continuity with cucumber-js (#83)

Fixed

  • Fully isolate Cucumber tests from other tests for accurate reporting (#80)
  • Load support code once per process (#103)

Removed

  • Drop support for Node.js 23 (#67)

v0.4.0

25 Mar 09:41
v0.4.0
2ec0b0a

Choose a tag to compare

Added

  • Add World customisation and injection as this (#47)

v0.3.0

28 Feb 13:52
v0.3.0
5e2508f

Choose a tag to compare

Added

  • Add JUnit XML reporter (#38)

v0.2.0

20 Feb 16:16
v0.2.0
143fc54

Choose a tag to compare

Added

  • Support TypeScript user code (#24)

v0.1.0

18 Feb 23:11

Choose a tag to compare

Added

  • Initial release