All user visible changes to cucumber-expressions
crate will be documented in this file. This project uses Semantic Versioning 2.0.0.
0.4.0 · 2025-02-03
- Bumped up MSRV to 1.81 because for
#[expect]
attribute usage. (e1bb9266) - Upgraded
nom
to 8.0 version andnom_locate
to 5.0 version. (#14, 356024ed)
derive_more
to 2.0 version. (#13)
0.3.0 · 2023-04-24
- Bumped up MSRV to 1.62 for more clever support of Cargo features.
Box
edParameterError::RenameRegexGroup::err
field due toclippy::result_large_err
lint suggestion.- Upgraded
regex-syntax
to 0.7 version (changed parametrization ofRegex
with custom capturing groups). (cd28fecc)
0.2.1 · 2022-03-09
regex
crate to 1.5.5 version to fix CVE-2022-24713.
0.2.0 · 2022-02-10
0.1.2 · 2022-01-11
- Unsupported lookaheads in
float
parameter'sRegex
. (#6, cucumber-rs/cucumber#197)
0.1.1 · 2021-11-29
derive_more
minimal version to0.99.17
. (#5)
0.1.0 · 2021-11-22
- Cucumber Expressions AST and parser. (#1)
- Expansion of Cucumber Expressions AST into
Regex
behindinto-regex
feature flag. (#2) - Fuzzing. (#3)