godog/CHANGELOG.md
2020-05-23 09:11:49 +02:00

4,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

  • 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)
  • Added an example for how to use assertion pkgs like testify with godog (289 - lonnblad)
  • Added the new TestSuiteInitializer and ScenarioInitializer (294 - lonnblad)

Changed

  • Broke out snippets gen and added sorting on method name (271 - lonnblad)
  • Updated so that we run all tests concurrent now (278 - lonnblad)
  • Moved fmt tests to a godog_test pkg and restructured the fmt output tests (295 - lonnblad)
  • Moved builder tests to a godog_test pkg (296 - 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)
  • Fixed issue with empty feature file causing nil pointer deref (288 - lonnblad)
  • Updated linting checks in circleci config and fixed linting issues (290 - lonnblad)
  • Readded some legacy doc for FeatureContext (297 - lonnblad)

[0.9.0]

Added

Changed

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