@cucumber/cucumber-expressions
Advanced tools
Changelog
[16.0.0] - 2022-06-12
ParameterType
constructor's regexps
parameter has a new type: type Regexps = StringOrRegExp | readonly StringOrRegExp[]; type StringOrRegExp = string | RegExp
.Changelog
[15.1.1] - 2022-04-21
CucumberExpression.ast
public (it was accidentally private in 15.1.0)Changelog
[15.1.0] - 2022-04-21
CucumberExpression.ast
and expose the AST types.Changelog
[15.0.0] - 2022-01-04
bigdecimal
, biginteger
parameter types (#42){float}
are now parsed as float32
(previously it was float64
).
Use {double}
if you need float64
. (#42)