Skip to content

Latest commit

 

History

History
95 lines (48 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

95 lines (48 loc) · 2.04 KB

gherkin crate changelog

All user visible changes to gherkin crate will be documented in this file. This project uses Semantic Versioning 2.0.0.

0.12.0 · 2022-03-28

Diff | Milestone

BC Breaks

  • Made name field of Background required. (#32)
  • Make table field of Examples optional. (#32)

Added

  • Support text after Background and Examples keywords. (#31)
  • description field to Background, Examples, Rule and Scenario. (#32, #10)

0.11.2 · 2022-02-18

Diff

Fixed

  • Incorrect line numbers reporting. (#33)

0.11.1 · 2021-12-08

Diff

Fixed

0.11.0 · 2021-12-06

Diff

BC Breaks

  • Renamed crate from gherkin_rust to just gherkin. (d8803b80)
  • Yank 0.10.2 version, as it's appeared to be backwards incompatible.

0.10.2 · 2021-11-29

Diff

Added

  • Support of multiple Examples in Scenario Outline. (#29)