Skip to content

Commit 3f45ae1

Browse files
committed
Release 8.0.0-rc.3
1 parent 50d2e50 commit 3f45ae1

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
99

1010
## [Unreleased]
11+
12+
## [8.0.0-rc.3] - 2022-03-21
1113
### Added
1214
- Cucumber Expressions now support a wider array of parameter types (see [documentation](https://github.com/cucumber/cucumber-expressions#parameter-types))
1315
- Improved styling and usability on report from `html` formatter
1416
- Support for customising work assignment when running in parallel ([#1044](https://github.com/cucumber/cucumber-js/issues/1044)
15-
[#1588](https://github.com/cucumber/cucumber-js/pull/1588))
17+
[#1588](https://github.com/cucumber/cucumber-js/pull/1588))
1618
- 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.
18-
([#1136](https://github.com/cucumber/cucumber-js/issues/1136)
19-
[#1721](https://github.com/cucumber/cucumber-js/pull/1721))
19+
See [./docs/cli.md#printing-attachments-details](https://github.com/cucumber/cucumber-js/blob/main/docs/cli.md#printing-attachments-details) for more info.
20+
([#1136](https://github.com/cucumber/cucumber-js/issues/1136)
21+
[#1721](https://github.com/cucumber/cucumber-js/pull/1721))
2022
- 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))
2123
- New API for running Cucumber programmatically (see [documentation](./docs/javascript_api.md)) ([#1955](https://github.com/cucumber/cucumber-js/pull/1955))
2224

@@ -81,7 +83,6 @@ See [docs/profiles.md](./docs/profiles.md#using-another-file-than-cucumberjs) fo
8183

8284
## [7.3.2] - 2022-01-10
8385
### Fixed
84-
8586
- Pin `colors` to `1.4.0` to fix security vulnerability ([#1884](https://github.com/cucumber/cucumber-js/issues/1884))
8687
- Pin `cli-table3` to `0.6.1` to fix security vulnerability ([#251](https://github.com/cli-table/cli-table3/pull/251))
8788

@@ -1358,7 +1359,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
13581359

13591360
## 0.0.1
13601361

1361-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.2...HEAD
1362+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.3...HEAD
1363+
[8.0.0-rc.3]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.2...v8.0.0-rc.3
13621364
[8.0.0-rc.2]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.1...v8.0.0-rc.2
13631365
[8.0.0-rc.1]: https://github.com/cucumber/cucumber-js/compare/v7.3.1...8.0.0-rc.1
13641366
[7.3.2]: https://github.com/cucumber/cucumber-js/compare/v7.3.1...v7.3.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gherkin",
99
"tests"
1010
],
11-
"version": "8.0.0-rc.2",
11+
"version": "8.0.0-rc.3",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]>",
1414
"contributors": [

0 commit comments

Comments
 (0)