All user visible changes to gherkin
crate will be documented in this file. This project uses Semantic Versioning 2.0.0.
0.15.0 · 2024-??-?? (unreleased)
- [
juniper
] crate to 0.16 version. (todo)
0.14.0 · 2023-07-14
- Bump up MSRV to 1.65 to support newer versions of dependencies.
syn
crate to 2.0 version. (bdf31e7c)typed-builder
crate 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
Background
andExamples
keywords. (#31) description
field toBackground
,Examples
,Rule
andScenario
. (#32, #10)
0.11.2 · 2022-02-18
- Incorrect line numbers reporting. (#33)
0.11.1 · 2021-12-08
- Allowed keywords in
Feature
sDescription
. (#30, cucumber#175) - Allowed characters in
Tag
s. (#30, cucumber#174) - Comments on the same line with
Tag
s. (#30) Tag
s requiring whitespaces between them. (#30)- Escaping in
TagOperation
. (#30)
0.11.0 · 2021-12-06
- Renamed crate from
gherkin_rust
to justgherkin
. (d8803b80) - Yank 0.10.2 version, as it's appeared to be backwards incompatible.
0.10.2 · 2021-11-29
- Support of multiple
Examples
inScenario Outline
. (#29)