godog/CHANGELOG.md
2020-03-22 17:31:40 +01:00

2,7 КиБ

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

  • Run godog features in CircleCI in strict mode (jaysonesmith)
  • Removed TestMain call in suite_test.go for CI. (jaysonesmith)

Deprecated

Removed

Fixed

[0.8.1]

Added

Changed

  • Renamed the examples directory to _examples, removing dependencies from the Go module (218 - axw)

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)

Deprecated

Removed

Fixed