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
+6-4Lines changed: 6 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](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
9
9
10
10
## [Unreleased]
11
+
12
+
## [8.2.2] - 2022-05-27
11
13
### Changed
12
14
- Use latest HTML formatter with better handling for scenario outlines
13
15
@@ -42,9 +44,6 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
42
44
- Correctly escape backslashes in generated expressions for snippets ([#1324](https://github.com/cucumber/cucumber-js/issues/1324)[#1995](https://github.com/cucumber/cucumber-js/pull/1995))
43
45
44
46
## [8.0.0] - 2022-04-06
45
-
46
-
Read the [blog post](https://cucumber.io/blog/open-source/announcing-cucumber-js-8-0-0/) and the [upgrading instructions](https://github.com/cucumber/cucumber-js/blob/main/UPGRADING.md#800).
47
-
48
47
### Changed
49
48
- Emit a warning when using a Node.js version that's untested with Cucumber ([#1959](https://github.com/cucumber/cucumber-js/pull/1959))
50
49
@@ -1391,7 +1390,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
0 commit comments