v5.0.0
Added
- [JavaScript] Support for EcmaScript modules (aka ESM). (#5)
- [Java] Enabled reproducible builds
Changed
- Only allow escape character
\
in front of(
,)
,\
or whitespace. Throw error otherwise. (#17)
Deprecated
Fixed
- [Perl] Fixed missing dependency as well as new syntax in the tests
(cucumber/tag-expressions#15
ehuelsmann) - Document escaping. (#16, #17)
- [Ruby], [Perl] Empty expression evaluates to true
- [Go] Fix module name (#82)