71 строка
1,9 КиБ
Markdown
71 строка
1,9 КиБ
Markdown
# CHANGE LOG
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
This project adheres to [Semantic Versioning](http://semver.org).
|
|
|
|
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).
|
|
|
|
----
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
### Changed
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
### Fixed
|
|
- Fixed the time attributes in the JUnit formatter. ([232](https://github.com/cucumber/godog/pull/232) [lonnblad])
|
|
|
|
## [0.8.1]
|
|
|
|
### Added
|
|
|
|
- Link in Readme to the Slack community. ([210](https://github.com/cucumber/godog/pull/210) [smikulcik])
|
|
- Added run tests for Cucumber formatting. ([214](https://github.com/cucumber/godog/pull/214), [216](https://github.com/cucumber/godog/pull/216) [lonnblad])
|
|
|
|
### Changed
|
|
|
|
- Renamed the `examples` directory to `_examples`, removing dependencies from the Go module ([218](https://github.com/cucumber/godog/pull/218) [axw])
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
### Fixed
|
|
|
|
- Find/Replaced references to DATA-DOG/godog -> cucumber/godog for docs. ([209](https://github.com/cucumber/godog/pull/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])
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
### Fixed
|
|
|
|
<!-- Releases -->
|
|
[Unreleased]: https://github.com/cucumber/cucumber/compare/godog/v0.8.1...master
|
|
[0.8.0]: https://github.com/cucumber/cucumber/compare/godog/v0.8.0...godog/v0.8.1
|
|
[0.8.0]: https://github.com/cucumber/cucumber/compare/godog/v0.7.13...godog/v0.8.0
|
|
|
|
<!-- Contributors -->
|
|
[axw]: https://github.com/axw
|
|
[jaysonesmith]: https://github.com/jaysonesmith
|
|
[lonnblad]: https://github.com/lonnblad
|
|
[smikulcik]: https://github.com/smikulcik
|
|
|