Skip to content

Latest commit

 

History

History
125 lines (62 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

125 lines (62 loc) · 2.73 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 · (unreleased)

Diff

BC Breaks

  • Bumped up MSRV to 1.65 because of newer dependencies versions.

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