3,9 КиБ
3,9 КиБ
CHANGE LOG
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
This document is formatted according to the principles of Keep A CHANGELOG.
Unreleased
Added
Changed
- Broke out snippets gen and added sorting on method name (271 - lonnblad)
- Added concurrency support to the pretty formatter (275 - lonnblad)
- Added concurrency support to the events formatter (274 - lonnblad)
- Added concurrency support to the cucumber formatter (273 - lonnblad)
- Updated so that we run all tests concurrent now (278 - lonnblad)
Deprecated
Removed
Fixed
- Fixed failing builder tests due to the v0.9.0 change (lonnblad)
- Update paths to screenshots for examples (270 - leviable)
- Made progress formatter verification a bit more accurate (lonnblad)
- Added comparison between single and multi threaded runs (272 - lonnblad)
[0.9.0]
Added
Changed
- Run godog features in CircleCI in strict mode (jaysonesmith)
- Removed TestMain call in
suite_test.go
for CI. (jaysonesmith) - Migrated to gherkin-go - v11.0.0. (240 - lonnblad)
Deprecated
Removed
Fixed
- Fixed the time attributes in the JUnit formatter. (232 - lonnblad)
- Re enable custom formatters. (238 - ericmcbride)
- Added back suite_test.go (jaysonesmith)
- Normalise module paths for use on Windows (242 - gjtaylor)
- Fixed panic in indenting function
s
(247 - titouanfreville) - Fixed wrong version in API example (263 - denis-trofimov)
[0.8.1]
Added
- Link in Readme to the Slack community. (210 - smikulcik)
- Added run tests for Cucumber formatting. (214, 216 - lonnblad)
Changed
Deprecated
Removed
Fixed
- Find/Replaced references to DATA-DOG/godog -> cucumber/godog for docs. (209 - smikulcik)
- Fixed missing links in changelog to be correctly included! (jaysonesmith)
0.8.0
Added
- Added initial CircleCI config. (jaysonesmith)
- Added concurrency support for JUnit formatting (lonnblad)
Changed
- Changed code references to DATA-DOG/godog to cucumber/godog to help get things building correctly. (jaysonesmith)