Skip to content

Latest commit

 

History

History
137 lines (71 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

137 lines (71 loc) · 4.4 KB

cucumber-expressions changelog

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

Diff

BC Breaks

Updated

0.3.0 · 2023-04-24

Diff

BC Breaks

  • Bumped up MSRV to 1.62 for more clever support of Cargo features.
  • Boxed ParameterError::RenameRegexGroup::err field due to clippy::result_large_err lint suggestion.
  • Upgraded regex-syntax to 0.7 version (changed parametrization of Regex with custom capturing groups). (cd28fecc)

0.2.1 · 2022-03-09

Diff

Security updated

0.2.0 · 2022-02-10

Diff | Milestone

BC Breaks

  • Added id field to Parameter AST struct. (#8, #7)

Added

  • Support of capturing groups inside Parameter regex. (#8, #7)

0.1.2 · 2022-01-11

Diff | Milestone

Fixed

0.1.1 · 2021-11-29

Diff | Milestone

Updated

0.1.0 · 2021-11-22

Milestone

Added