Skip to content

Releases: cucumber/tag-expressions

v6.1.0

10 Jan 11:35
v6.1.0
d5b5122
Compare
Choose a tag to compare

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

13 Oct 13:30
v6.0.0
c6c29dd
Compare
Choose a tag to compare

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

13 Aug 17:09
v5.0.6
0acd015
Compare
Choose a tag to compare

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

11 Aug 08:07
v5.0.5
7491d52
Compare
Choose a tag to compare

Fixed

  • [Perl] Fixed inclusion of CHANGELOG.md causing release to fail
    (by ehuelsmann)

v5.0.4

10 Aug 20:48
v5.0.4
ca857f0
Compare
Choose a tag to compare

Fixed

  • [Perl] Corrected working directory for CPAN upload action
    (by ehuelsmann)

v5.0.3

10 Aug 20:21
v5.0.3
897fe4f
Compare
Choose a tag to compare

Fixed

  • [Perl] Fixed CPAN upload in release process
    by ehuelsmann)

v5.0.2

15 Jul 18:17
v5.0.2
5ea584f
Compare
Choose a tag to compare

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)

v5.0.1

03 Jan 19:13
v5.0.1
f3fc846
Compare
Choose a tag to compare

Fixed

  • [Java] Fix scm and project urls

v5.0.0

02 Jan 22:03
v5.0.0
ed4d9b3
Compare
Choose a tag to compare

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

Removed