Skip to content

Releases: cucumber/cucumber-js

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)

v8.5.0

19 Jul 09:26
v8.5.0
fb3144e
Compare
Choose a tag to compare

Changed

  • Reworked handling for invalid installations (#2089)

v8.4.0

29 Jun 10:34
v8.4.0
4dac0a7
Compare
Choose a tag to compare

Fixed

  • Fix issues with using absolute paths for features (#2063)

v8.3.1

21 Jun 11:16
v8.3.1
a9c96cc
Compare
Choose a tag to compare

Fixed

  • Export IConfiguration type on API entry point (#2064)

v8.3.0

11 Jun 14:04
v8.3.0
0f5dab7
Compare
Choose a tag to compare

Added

  • Add willBeRetried to the parameter passed to After hook functions (#2045)

Changed

  • defineStep is now deprecated and will eventually be removed; use the appropriate Given/When/Then keyword to define your step (#2044)

Fixed

  • Prevent outputting ANSI escapes to stderr if it can't display them (#2035)

v8.2.2

27 May 11:52
v8.2.2
72eabd2
Compare
Choose a tag to compare

Changed

  • Use latest HTML formatter with better handling for scenario outlines

v8.2.1

14 May 11:12
Compare
Choose a tag to compare

Fixed

  • Fix return type of step hook function to allow async functions (#2038)