Releases: cucumber/cucumber-js
Releases · cucumber/cucumber-js
v10.3.2
27 Mar 10:48
Compare
Sorry, something went wrong.
No results found
Changed
Use explicit status to check if Cucumber is running when registering support code (#2386 )
v10.3.1
16 Jan 10:55
Compare
Sorry, something went wrong.
No results found
Changed
Allow provided configuration to be an array (#2374 )
v10.3.0
15 Jan 15:12
Compare
Sorry, something went wrong.
No results found
Added
Allow provided configuration to be a string (#2373 )
Include stackTrace in result exception object (#2371 )
v10.2.1
07 Jan 15:40
Compare
Sorry, something went wrong.
No results found
Fixed
Resolve release process issues
Changed
Improve API documentation and TypeScript types (#2367 )
v10.1.0
21 Dec 17:39
Compare
Sorry, something went wrong.
No results found
Added
Ability to access World parameters from BeforeAll/AfterAll hooks (see documentation ) (#1770 )
Support for Node.js 21 (#2365 )
Changed
Replace usage of VError with Error.cause (#2363 )
Updated HTML formatter with better search UX and smaller bundle size (react-components#337 )
Fixed
Prevent mutations on world parameters leaking between test cases (#2362 )
v10.0.1
20 Oct 21:31
Compare
Sorry, something went wrong.
No results found
Fixed
Honour order of paths in configuration (#2345 )
v10.0.0
09 Oct 13:45
Compare
Sorry, something went wrong.
No results found
See the upgrading guide for how to adapt to the breaking changes in this release.
Added
Add support for Node.js 20 (#2331 )
Changed
BREAKING CHANGE: Use appropriate module loading mechanism for configuration files (#2334 )
BREAKING CHANGE: Use await import() to load all custom formatters and snippet syntaxes (#2334 )
BREAKING CHANGE: Use await import() for default support code loading (#2337 )
Fixed
Ensure attached string literals are base64-encoded in JSON reports (#2260 )
Removed
BREAKING CHANGE: Drop support for Node.js 14, 16 and 19 (#2331 )
v9.6.0
07 Oct 07:41
Compare
Sorry, something went wrong.
No results found
Fixed
Improve handling of formatter paths (#2315 )
Warn on ambiguous colons in formatter paths (#2335 )
v9.5.1
06 Sep 08:27
Compare
Sorry, something went wrong.
No results found
Fixed
Allow single-item arrays as a format (#2324 )
v9.5.0
03 Sep 18:02
Compare
Sorry, something went wrong.
No results found
Added
Support array notation of formats with path in configuration files (#2318 )
Fixed
Wait for stream to finish at end of publish plugin (#2322 )