Releases: cucumber/cucumber-expressions
Releases · cucumber/cucumber-expressions
v16.0.0
Changed
- [JavaScript] The
ParameterType
constructor'sregexps
parameter has a new type:type Regexps = StringOrRegExp | readonly StringOrRegExp[]; type StringOrRegExp = string | RegExp
.
v15.2.0
v15.1.1
Fixed
- [JavaScript] Make
CucumberExpression.ast
public (it was accidentally private in 15.1.0)
v15.1.0
Added
- [JavaScript] Add
CucumberExpression.ast
and expose the AST types.
v15.0.2
v15.0.1
Fixed
- Fixed release scripts
v14.0.0
v13.1.3
Fixed
- Fix release for the Go implementation
v13.1.2
Fixed
- Fix release for the Go implementation
- Minor fixes in the README.md links to documentation
v13.1.1
Fixed
- Fix misc release actions