Releases: cucumber/tag-expressions
Releases · cucumber/tag-expressions
v6.1.1
v6.1.0
v6.0.0
Added
- [Ruby] Initial rubocop gems and basic compliance added (More work to come) (#133)
Changed
- [Ruby] Minimum ruby version is now bumped from 1.9 to 2.3 (#133)
Fixed
- [Perl] Include README.md and LICENSE in the release tarball
(by ehuelsmann)
v5.0.6
Fixed
- [Perl] Fixed test failures when running tests out-of-tree by
resticting testdata based tests to run in development only
(by ehuelsmann)
v5.0.5
Fixed
- [Perl] Fixed inclusion of CHANGELOG.md causing release to fail
(by ehuelsmann)
v5.0.4
Fixed
- [Perl] Corrected working directory for CPAN upload action
(by ehuelsmann)
v5.0.3
Fixed
- [Perl] Fixed CPAN upload in release process
by ehuelsmann)
v5.0.2
v5.0.1
Fixed
- [Java] Fix scm and project urls
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)