@cucumber/cucumber-expressions
Advanced tools
Changelog
[11.0.0] - 2020-12-10
Changelog
[10.2.2] - 2020-07-30
Changelog
[10.2.1] - 2020-06-23
Changelog
[10.2.0] - 2020-05-28
clazz.getPackage().getImplementationVersion()
by upgrading to cucumber-parent:2.1.0
(#976
aslakhellesoy)Changelog
[10.1.0] - 2020-04-14
CucumberExpression
and RegularExpression
are now public.Changelog
[10.0.0] - 2020-03-31
ReadOnlyArray
Changelog
[9.0.0] - 2020-02-14
ExpressionFactory
, which is now the preferred way to create Expression
instances.CucumberExpression
and RegularExpression
constructors should not be used directly.
Use ExpressionFactory#create_expression
instead.CucumberExpression
and RegularExpression
are no longer part of the public API.