All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.0.6 - 2021-10-12
- Upgrade to
@cucumber/cucumber-expressions 14.0.0
0.0.5 - 2021-10-12
- Release as ESM module
- The
StepDocument
type now includes anexpression: Expression
field.
0.0.4 - 2021-09-15
- Upgrade to
@cucumber/cucumber-expressions 13.0.1
0.0.3 - 2021-09-01
- Build choices based on all values for a parameter type, across steps (#1671 aslakhellesoy)
0.0.2 - 2021-07-15
- Added
suggestion
string property onStepDocument
(#1657 aslakhellesoy)
- The
StepDocument
type has changed to{ suggestion: string, segments: StepSegments }
(#1657 aslakhellesoy)
- First release!