All user visible changes to gherkin crate will be documented in this file. This project uses Semantic Versioning 2.0.0.
0.16.0 · 2026-04-23
- Allowed
And-like andBut-like keywords at the beginning ofScenario, automatically considering them asGiven-type steps. (#53)
0.15.0 · 2025-12-12
- Incorrect parsing of escape sequences in table cells. (#47)
- [
juniper] crate to 0.17 version. (f1dbe13a)
0.14.0 · 2023-07-14
- Bump up MSRV to 1.65 to support newer versions of dependencies.
syncrate to 2.0 version. (bdf31e7c)typed-buildercrate to 0.15 version. (bdf31e7c)
0.13.0 · 2022-10-24
- Bump up MSRV to 1.62 to support newer versions of dependencies.
0.12.0 · 2022-03-28
- Support text after
BackgroundandExampleskeywords. (#31) descriptionfield toBackground,Examples,RuleandScenario. (#32, #10)
0.11.2 · 2022-02-18
- Incorrect line numbers reporting. (#33)
0.11.1 · 2021-12-08
- Allowed keywords in
FeaturesDescription. (#30, cucumber#175) - Allowed characters in
Tags. (#30, cucumber#174) - Comments on the same line with
Tags. (#30) Tags requiring whitespaces between them. (#30)- Escaping in
TagOperation. (#30)
0.11.0 · 2021-12-06
- Renamed crate from
gherkin_rustto justgherkin. (d8803b80) - Yank 0.10.2 version, as it's appeared to be backwards incompatible.
0.10.2 · 2021-11-29
- Support of multiple
ExamplesinScenario Outline. (#29)