Skip to content

Releases: cucumber/cucumber-jvm-scala

Cucumber Scala v6.7.0

16 Sep 07:29
Compare
Choose a tag to compare

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.7.0

Cucumber Scala v6.6.0

05 Sep 13:56
Compare
Choose a tag to compare

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.6.0

Cucumber Scala v6.4.0

01 Aug 20:52
Compare
Choose a tag to compare

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.4.0
  • [Build] Update Scala versions to 2.12.12

Cucumber Scala v6.3.0

27 Jul 06:06
Compare
Choose a tag to compare

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.3.0

Cucumber Scala v6.2.2

09 Jul 20:15
Compare
Choose a tag to compare

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.2.2

Fixed 🔧

  • [JUnit] [sbt] Fix failed scenarios not failing the test suite if using duplicated names or Scenario Outline (#22 #102 M.P. Korstanje)
    • The fix is actually part of cucumber-junit 6.2.2 (cucumber/cucumber-jvm#2045) but is mainly done for Cucumber Scala and Sbt usage

Cucumber Scala v6.2.1

08 Jul 06:27
Compare
Choose a tag to compare

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.2.1

Cucumber Scala v6.2.0

04 Jul 17:18
Compare
Choose a tag to compare

Added ➕

  • Add asScalaRawList[T], asScalaRawMaps[T] and asScalaRawLists[T] on DataTable (through io.cucumber.scala.Implicits) (#83 Gaël Jourdan-Weil)
  • Add new DataTableType definitions with optional input values (#84 Gaël Jourdan-Weil)
    • DataTableType { (entry: Map[String, Option[String]]) => ... }
    • DataTableType { (row: Seq[Option[String]]) => ... }
    • DataTableType { (cell: Option[String]) => ... }

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.2.0

Cucumber Scala v6.1.2

26 Jun 11:31
Compare
Choose a tag to compare

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.1.2
  • [Build] Update Scala versions to 2.13.3

Cucumber Scala v6.1.1

12 Jun 19:50
Compare
Choose a tag to compare

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.1.1

Cucumber Scala v6.0.0

07 Jun 16:57
Compare
Choose a tag to compare

See the Upgrade guide.

Added ➕

  • [Scala] Conversion methods from DataTable to scala types (#56 Gaël Jourdan-Weil)
  • [Scala] Add attach(String, String, String) in Scenario (Gaël Jourdan-Weil)

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.0.0 (Gaël Jourdan-Weil)

Removed 🗑️

  • [Scala] Remove deprecated methods in Scenario (Gaël Jourdan-Weil)

Fixed 🔧

  • [Scala DSL] Raise an exception at runtime if hooks are not correctly defined (#60 Gaël Jourdan-Weil)