You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber.
9
9
10
10
## [Unreleased]
11
+
12
+
## [10.0.0] - 2023-10-09
11
13
### Added
12
14
- Add support for Node.js 20 ([#2331](https://github.com/cucumber/cucumber-js/pull/2331))
13
15
@@ -16,12 +18,12 @@ Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber
16
18
- BREAKING CHANGE: Use `await import()` to load all custom formatters and snippet syntaxes ([#2334](https://github.com/cucumber/cucumber-js/pull/2334))
17
19
- BREAKING CHANGE: Use `await import()` for default support code loading ([#2337](https://github.com/cucumber/cucumber-js/pull/2337))
18
20
19
-
### Removed
20
-
- BREAKING CHANGE: Drop support for Node.js 14, 16 and 19 ([#2331](https://github.com/cucumber/cucumber-js/pull/2331))
21
-
22
21
### Fixed
23
22
- Ensure attached string literals are base64-encoded in JSON reports ([#2260](https://github.com/cucumber/cucumber-js/issues/2260))
24
23
24
+
### Removed
25
+
- BREAKING CHANGE: Drop support for Node.js 14, 16 and 19 ([#2331](https://github.com/cucumber/cucumber-js/pull/2331))
26
+
25
27
## [9.6.0] - 2023-10-07
26
28
### Fixed
27
29
- Improve handling of formatter paths ([#2315](https://github.com/cucumber/cucumber-js/pull/2315))
@@ -1550,7 +1552,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
0 commit comments