Skip to content

Latest commit

 

History

History
186 lines (110 loc) · 6.86 KB

CHANGELOG.md

File metadata and controls

186 lines (110 loc) · 6.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

See also the CHANGELOG from Cucumber Core.


Unreleased (In Git)

Added

Changed

  • Upgrade to latest groovy version 4.0.11 and cucumber-jvm 7.11.2
  • Upgrading to Surefire v3 so we can use JUnit 5.
  • Using Bills of Material to keep all the dependencies aligned (and remove all the explicit version numbers everywhere)
  • Replacing JUnit 4 with JUnit 5.

Deprecated

Removed

Fixed

[6.10.4] (2021-06-14)

Added

Changed

Deprecated

Removed

Fixed

[6.1.2] (2021-01-01)

[6.1.1] (2020-11-19)

[5.1.3] (2020-05-28)

Added

  • Added support for annotation based transformers configuration (glib-briia)
  • Added support for transposed datatables (glib-briia)
  • Added support for automated changelog generation/version update (glib-briia)
  • Added basic installation and usage documentation (glib-briia)
  • Added support for single implementation for multiple gherkin steps (glib-briia)

Changed

Fixed

[4.7.1] (2019-08-01)

Changed

  • [Core] Migrate to cucumber-core 4.7.1 (glib-briia)

[4.7.0] (2019-08-01)

Changed

  • [Core] Migrate to cucumber-core 4.7.0 (glib-briia)

4.6.0 (2019-07-31)

Changed

  • [Core] Migrate to cucumber-core 4.6.0 (glib-briia)

4.5.4 (2019-07-31)

Changed

  • [Core] Migrate to cucumber-core 4.5.4 (glib-briia)

4.5.3 (2019-07-09)

Changed

  • [Core] Migrate to cucumber-core 4.5.3 (glib-briia)

4.4.0 (2019-06-18)

Fixed

  • Parametrized types as step parameters wont work #14 (glib-briia)

4.3.1 (2019-05-15)

Fixed

4.3.0 (2019-04-15)

Changed

  • [Core] Migrate to cucumber-core 4.3.0 (glib-briia)

4.2.6 (2019-03-12)

Fixed

Changed

4.2.0 (2018-10-29)

Changed

  • [Core] Migrate to cucumber-core 4.2.0 (glib-briia)

4.1.0 (2018-10-29)

Changed

  • [Core] Migrate to cucumber-core 4.1.0 (glib-briia)

4.0.1 (2018-10-20)

Added

  • GroovyBackend needs constructor taking GroovyShell and TypeRegistry #8 (glib-briia)

4.0.0 (2018-09-24)

Changed

  • [Core] Migrate to cucumber-core 4.0.0 (glib-briia)

3.0.2 (2018-09-22)

Changed

  • [Core] Migrate to cucumber-core 3.0.2 (glib-briia)

Added

Fixed

Changed