Releases: cucumber/tag-expressions
Releases · cucumber/tag-expressions
v6.2.0
Added
- [PHP] Add new implementation (#194)
v6.1.2
Added
- [All] Run CI testing only for relevant areas of the codebase (#186)
- [Python] Extended documentation and type hints within docstrings (#182)
- [Ruby] Support the testing in CI on later rubies (#185)
v6.1.1
Changed
- [Python] Use the new action cucumber/action-publish-pypi in release process (#147 #172 #178)
- [Ruby] Fixed up remaining simple cops and began to reduce complexity of code (#158)
v6.1.0
Added
- [Python] Support the feature of escaping also in Python (#144)
Fixed
- [Python] Added workflow to release to Pypi (#145, #146, #20)
- [Ruby] Fixed up around 75% of all rubocop offenses (#138)
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
Added
- [Python] Make tests pass against shared test data (except: backslash-escaped)
(#18
by jenisys)
Fixed
- [All]
Not.to_string()
conversion has unneeded double-parenthesis if binary operator is contained
(#94
by jenisys)