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
+4-26Lines changed: 4 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,6 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
20
20
### Added
21
21
- Allow suite-level configuration of steps and hooks ([453](https://github.com/cucumber/godog/pull/453) - [vearutop](https://github.com/vearutop))
22
22
23
-
## Changed
24
-
25
23
## [v0.12.3]
26
24
### Added
27
25
- Automated binary releases with GitHub Actions ([437](https://github.com/cucumber/godog/pull/437) - [vearutop](https://github.com/vearutop))
@@ -37,7 +35,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
37
35
38
36
## [v0.12.2]
39
37
### Fixed
40
-
- Error in `go mod tidy` with `GO111MODULE=off` ([436]((https://github.com/cucumber/godog/pull/436) - [vearutop](https://github.com/vearutop))
38
+
- Error in `go mod tidy` with `GO111MODULE=off` ([436](https://github.com/cucumber/godog/pull/436) - [vearutop](https://github.com/vearutop))
41
39
42
40
## [v0.12.1]
43
41
### Fixed
@@ -55,7 +53,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
55
53
56
54
### Changed
57
55
- Upgraded gherkin-go to v19 and messages-go to v16 ([402](https://github.com/cucumber/godog/pull/402) - [mbow](https://github.com/mbow))
58
-
- Generate simpler snippets that use *godog.DocString and *godog.Table ([379](https://github.com/cucumber/godog/pull/379)) - [chirino](https://github.com/chirino))
56
+
- Generate simpler snippets that use *godog.DocString and *godog.Table ([379](https://github.com/cucumber/godog/pull/379) - [chirino](https://github.com/chirino))
59
57
60
58
### Deprecated
61
59
-`ScenarioContext.BeforeScenario`, use `ScenarioContext.Before` ([409](https://github.com/cucumber/godog/pull/409)) - [vearutop](https://github.com/vearutop))
@@ -65,10 +63,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
65
63
66
64
### Fixed
67
65
- Incorrect step definition output for Data Tables ([411](https://github.com/cucumber/godog/pull/411) - [karfrank](https://github.com/karfrank))
68
-
-`ScenarioContext.AfterStep` not invoked after a failed case (([409](https://github.com/cucumber/godog/pull/409)) - [vearutop](https://github.com/vearutop)))
69
-
- Can't execute multiple specific scenarios in the same feature file (([414](https://github.com/cucumber/godog/pull/414)) - [vearutop](https://github.com/vearutop)))
70
-
71
-
### Removed
66
+
-`ScenarioContext.AfterStep` not invoked after a failed case ([409](https://github.com/cucumber/godog/pull/409) - [vearutop](https://github.com/vearutop)))
67
+
- Can't execute multiple specific scenarios in the same feature file ([414](https://github.com/cucumber/godog/pull/414) - [vearutop](https://github.com/vearutop)))
72
68
73
69
## [v0.11.0]
74
70
### Added
@@ -87,8 +83,6 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
87
83
- Moved StepDefinition to the formatters pkg ([332](https://github.com/cucumber/godog/pull/332) - [lonnblad](https://github.com/lonnblad))
88
84
- Removed go1.12 and added go1.15 to CI config ([356](https://github.com/cucumber/godog/pull/356) - [lonnblad](https://github.com/lonnblad))
89
85
90
-
### Deprecated
91
-
92
86
### Fixed
93
87
- Improved the help text of the formatter flag in the run command ([347](https://github.com/cucumber/godog/pull/347) - [lonnblad](https://github.com/lonnblad))
94
88
- Removed $GOPATH from the README.md and updated the example ([349](https://github.com/cucumber/godog/pull/349) - [lonnblad](https://github.com/lonnblad))
@@ -147,15 +141,11 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
147
141
- Removed the deprecated feature hooks ([312](https://github.com/cucumber/godog/pull/312) - [lonnblad](https://github.com/lonnblad))
148
142
149
143
## [0.9.0]
150
-
### Added
151
-
152
144
### Changed
153
145
- Run godog features in CircleCI in strict mode ([mxygem](https://github.com/mxygem))
154
146
- Removed TestMain call in `suite_test.go` for CI. ([mxygem](https://github.com/mxygem))
155
147
- Migrated to [gherkin-go - v11.0.0](https://github.com/cucumber/gherkin-go/releases/tag/v11.0.0). ([240](https://github.com/cucumber/godog/pull/240) - [lonnblad](https://github.com/lonnblad))
156
148
157
-
### Deprecated
158
-
159
149
### Fixed
160
150
- Fixed the time attributes in the JUnit formatter. ([232](https://github.com/cucumber/godog/pull/232) - [lonnblad](https://github.com/lonnblad))
161
151
- Re enable custom formatters. ([238](https://github.com/cucumber/godog/pull/238) - [ericmcbride](https://github.com/ericmcbride))
@@ -164,8 +154,6 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
164
154
- Fixed panic in indenting function `s` ([247](https://github.com/cucumber/godog/pull/247) - [titouanfreville](https://github.com/titouanfreville))
165
155
- Fixed wrong version in API example ([263](https://github.com/cucumber/godog/pull/263) - [denis-trofimov](https://github.com/denis-trofimov))
166
156
167
-
### Removed
168
-
169
157
## [0.8.1]
170
158
### Added
171
159
- Link in Readme to the Slack community. ([210](https://github.com/cucumber/godog/pull/210) - [smikulcik](https://github.com/smikulcik))
@@ -174,14 +162,10 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
174
162
### Changed
175
163
- Renamed the `examples` directory to `_examples`, removing dependencies from the Go module ([218](https://github.com/cucumber/godog/pull/218) - [axw](https://github.com/axw))
176
164
177
-
### Deprecated
178
-
179
165
### Fixed
180
166
- Find/Replaced references to DATA-DOG/godog -> cucumber/godog for docs. ([209](https://github.com/cucumber/godog/pull/209) - [smikulcik](https://github.com/smikulcik))
181
167
- Fixed missing links in changelog to be correctly included! ([mxygem](https://github.com/mxygem))
0 commit comments