Skip to content

Releases: cucumber/cucumber-js

v8.11.0

10 Feb 16:17
v8.11.0
847f613
Compare
Choose a tag to compare

Added

  • Affirm support for Node.js 19 #2230
  • Include some exception details in the result of a test step for downstream tools #2229

Fixed

  • Handle invalid characters when generating XML for JUnit formatter #2228

v8.10.0

28 Dec 02:08
v8.10.0
43f8649
Compare
Choose a tag to compare

Added

  • Add support for YAML as a configuration file format (#2199)

Changed

  • Replace duration with luxon for formatting durations (#2204)

v8.9.1

16 Dec 09:03
v8.9.1
79ba4bd
Compare
Choose a tag to compare

Fixed

  • Include original coordinates in loadSupport result (#2197)

v8.9.0

24 Nov 16:28
v8.9.0
4c80df1
Compare
Choose a tag to compare

Added

v8.8.0

14 Nov 20:02
v8.8.0
8900158
Compare
Choose a tag to compare

Changed

  • Add workerId property to testCaseStarted message (#2085)
  • Handle stack traces without V8-specific modification (#2119)

v8.7.0

17 Oct 07:22
v8.7.0
a8b74c6
Compare
Choose a tag to compare

Deprecated

  • Cli, PickleFilter and Runtime deprecated in favour of new API functions (see documentation) (#2136)

v8.6.0

20 Sep 15:45
v8.6.0
71aaf93
Compare
Choose a tag to compare

Added

  • Debug logging capability to help diagnose configuration issues (see documentation) (#2120)

Fixed

  • Rework time interfaces to avoid using sinon types (#2142)

v8.5.3

10 Sep 08:21
v8.5.3
7298f30
Compare
Choose a tag to compare

Fixed

  • Default stderr if not provided to Cli constructor (#2138)

v8.5.2

24 Aug 19:00
v8.5.2
49b7409
Compare
Choose a tag to compare

Added

  • IMethods interface for use in getTimestamp, durationBetweenTimestamps, and wrapPromiseWithTimeout functions and methods in time module instead of explicit any (#2111)
  • IPublishConfig interface for use in return type of makePublishConfig instead of explicit any (#2106)

Fixed

  • Add override to ensure ansi-regex version is ^5.0.1 (#2114)

v8.5.1

28 Jul 14:17
v8.5.1
3a183aa
Compare
Choose a tag to compare

Fixed

  • Ensure durations are integers in JSON formatter (#2094)