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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
9
9
10
10
## [Unreleased]
11
+
12
+
## [8.0.0-rc.3] - 2022-03-21
11
13
### Added
12
14
- Cucumber Expressions now support a wider array of parameter types (see [documentation](https://github.com/cucumber/cucumber-expressions#parameter-types))
13
15
- Improved styling and usability on report from `html` formatter
14
16
- Support for customising work assignment when running in parallel ([#1044](https://github.com/cucumber/cucumber-js/issues/1044)
- Add a new option to `--format-options`: `printAttachments`.
17
-
See [./docs/cli.md#printing-attachments-details](https://github.com/cucumber/cucumber-js/blob/main/docs/cli.md#printing-attachments-details) for more info.
See [./docs/cli.md#printing-attachments-details](https://github.com/cucumber/cucumber-js/blob/main/docs/cli.md#printing-attachments-details) for more info.
- Support for configuration to be objects instead of argv strings, and for configuration files in ESM and JSON formats ([#1952](https://github.com/cucumber/cucumber-js/pull/1952))
21
23
- New API for running Cucumber programmatically (see [documentation](./docs/javascript_api.md)) ([#1955](https://github.com/cucumber/cucumber-js/pull/1955))
22
24
@@ -81,7 +83,6 @@ See [docs/profiles.md](./docs/profiles.md#using-another-file-than-cucumberjs) fo
81
83
82
84
## [7.3.2] - 2022-01-10
83
85
### Fixed
84
-
85
86
- Pin `colors` to `1.4.0` to fix security vulnerability ([#1884](https://github.com/cucumber/cucumber-js/issues/1884))
86
87
- Pin `cli-table3` to `0.6.1` to fix security vulnerability ([#251](https://github.com/cli-table/cli-table3/pull/251))
87
88
@@ -1358,7 +1359,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
0 commit comments