Skip to content

Cucumber Scala v5.6.0

Compare
Choose a tag to compare
@gaeljw gaeljw released this 03 May 20:00

See the Upgrade Guide.

Added ➕

  • [Doc] Users documentation on Scala DSL
  • [Scala DSL] Support for transformers (#32 Gaël Jourdan-Weil)
  • [Transformers] Add optional JacksonDefaultDataTableEntryTransformer (#31 Gaël Jourdan-Weil)
  • [Scala DSL] Support hooks with by name body (#26 Gaël Jourdan-Weil)

Changed 🔀

  • [Core] Update cucumber-core dependency to 5.6.0 (#23 Gaël Jourdan-Weil)
    • Package move from cucumber.api.scala to io.cucumber.scala
    • Hooks definition changed
    • See Upgrade Guide
  • [Build] Update Scala versions to 2.12.11 and 2.13.1 (#23 Gaël Jourdan-Weil)
  • [Gherkin] Update Gherkin version to 9.2.0
    • New MR and ME traits available

Fixed 🔧

  • [Core] Instantiate glue classes per scenario (#1 Gaël Jourdan-Weil)