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
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,6 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
11
11
12
12
### Added
13
13
14
-
- Support attachments that are already base64-encoded via a prefix on the MIME type e.g. `this.attach(base64String, 'base64:image/png')` ([#1552](https://github.com/cucumber/cucumber-js/pull/1552))
15
-
- Support tagged rules ([cucumber#1123](https://github.com/cucumber/cucumber/issues/1123))
16
-
17
14
### Changed
18
15
19
16
### Deprecated
@@ -22,6 +19,15 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
22
19
23
20
### Fixed
24
21
22
+
## [7.1.0] (2021-04-06)
23
+
24
+
### Added
25
+
26
+
- Support attachments that are already base64-encoded via a prefix on the MIME type e.g. `this.attach(base64String, 'base64:image/png')` ([#1552](https://github.com/cucumber/cucumber-js/pull/1552))
27
+
- Support tagged rules ([cucumber#1123](https://github.com/cucumber/cucumber/issues/1123))
28
+
29
+
### Fixed
30
+
25
31
* Fix types for hook functions so they can return e.g. `'skipped'` ([#1542](https://github.com/cucumber/cucumber-js/pull/1542))
26
32
* Display the response of the reports server when an error is returned before failing. ([#1608](https://github.com/cucumber/cucumber-js/pull/1608))
27
33
* Remove unnecessary implicit dependency on `long` package ([cucumber#1313](https://github.com/cucumber/cucumber/pull/1313))
@@ -1807,7 +1813,8 @@ be used to get the name / tags of the running scenario. ([#947](https://github.c
0 commit comments