Skip to content

Commit 90840cb

Browse files
committed
Tidy
1 parent b40981b commit 90840cb

1 file changed

Lines changed: 4 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
2020
### Added
2121
- Allow suite-level configuration of steps and hooks ([453](https://github.com/cucumber/godog/pull/453) - [vearutop](https://github.com/vearutop))
2222

23-
## Changed
24-
2523
## [v0.12.3]
2624
### Added
2725
- 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
3735

3836
## [v0.12.2]
3937
### 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))
4139

4240
## [v0.12.1]
4341
### Fixed
@@ -55,7 +53,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
5553

5654
### Changed
5755
- 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))
5957

6058
### Deprecated
6159
- `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
6563

6664
### Fixed
6765
- 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)))
7268

7369
## [v0.11.0]
7470
### Added
@@ -87,8 +83,6 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
8783
- Moved StepDefinition to the formatters pkg ([332](https://github.com/cucumber/godog/pull/332) - [lonnblad](https://github.com/lonnblad))
8884
- Removed go1.12 and added go1.15 to CI config ([356](https://github.com/cucumber/godog/pull/356) - [lonnblad](https://github.com/lonnblad))
8985

90-
### Deprecated
91-
9286
### Fixed
9387
- 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))
9488
- 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
147141
- Removed the deprecated feature hooks ([312](https://github.com/cucumber/godog/pull/312) - [lonnblad](https://github.com/lonnblad))
148142

149143
## [0.9.0]
150-
### Added
151-
152144
### Changed
153145
- Run godog features in CircleCI in strict mode ([mxygem](https://github.com/mxygem))
154146
- Removed TestMain call in `suite_test.go` for CI. ([mxygem](https://github.com/mxygem))
155147
- 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))
156148

157-
### Deprecated
158-
159149
### Fixed
160150
- Fixed the time attributes in the JUnit formatter. ([232](https://github.com/cucumber/godog/pull/232) - [lonnblad](https://github.com/lonnblad))
161151
- 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
164154
- Fixed panic in indenting function `s` ([247](https://github.com/cucumber/godog/pull/247) - [titouanfreville](https://github.com/titouanfreville))
165155
- Fixed wrong version in API example ([263](https://github.com/cucumber/godog/pull/263) - [denis-trofimov](https://github.com/denis-trofimov))
166156

167-
### Removed
168-
169157
## [0.8.1]
170158
### Added
171159
- 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
174162
### Changed
175163
- 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))
176164

177-
### Deprecated
178-
179165
### Fixed
180166
- Find/Replaced references to DATA-DOG/godog -> cucumber/godog for docs. ([209](https://github.com/cucumber/godog/pull/209) - [smikulcik](https://github.com/smikulcik))
181167
- Fixed missing links in changelog to be correctly included! ([mxygem](https://github.com/mxygem))
182168

183-
### Removed
184-
185169
## [0.8.0]
186170
### Added
187171
- Added initial CircleCI config. ([mxygem](https://github.com/mxygem))
@@ -190,12 +174,6 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
190174
### Changed
191175
- Changed code references to DATA-DOG/godog to cucumber/godog to help get things building correctly. ([mxygem](https://github.com/mxygem))
192176

193-
### Deprecated
194-
195-
### Fixed
196-
197-
### Removed
198-
199177
[v0.12.5]: https://github.com/cucumber/godog/compare/v0.12.4...v0.12.5
200178
[v0.12.4]: https://github.com/cucumber/godog/compare/v0.12.3...v0.12.4
201179
[v0.12.3]: https://github.com/cucumber/godog/compare/v0.12.2...v0.12.3

0 commit comments

Comments
 (0)