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
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,16 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
8
8
9
9
## Unreleased
10
10
11
+
## [v0.15.0]
12
+
13
+
### Added
11
14
- Improved the type checking of step return types and improved the error messages - ([647](https://github.com/cucumber/godog/pull/647) - [johnlon](https://github.com/johnlon))
12
15
- Ambiguous step definitions will now be detected when strict mode is activated - ([636](https://github.com/cucumber/godog/pull/636)/([648](https://github.com/cucumber/godog/pull/648) - [johnlon](https://github.com/johnlon))
13
16
- Provide support for attachments / embeddings including a new example in the examples dir - ([623](https://github.com/cucumber/godog/pull/623) - [johnlon](https://github.com/johnlon))
14
17
18
+
### Changed
19
+
- Formatters now have a `Close` method and associated `io.Writer` changed to `io.WriteCloser`.
20
+
15
21
## [v0.14.1]
16
22
17
23
### Added
@@ -235,6 +241,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
235
241
### Changed
236
242
- Changed code references to DATA-DOG/godog to cucumber/godog to help get things building correctly. ([mxygem](https://github.com/mxygem))
0 commit comments