Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-cucumber-tag-expressions
From: Takahiro Kambe
Date: 2023-12-17 18:27:32
Message id: 20231217172732.BA284FA42@cvs.NetBSD.org
Log Message:
devel/ruby-cucumber-tag-expressions: update to 6.0.0
5.0.0 (2023-01-02)
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)
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)
5.0.1 (2023-01-03)
Fixed
* [Java] Fix scm and project urls
5.0.2 (2023-07-15)
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)
5.0.3 (2023-08-10)
Fixed
* [Perl] Fixed CPAN upload in release process (by ehuelsmann)
5.0.4 (2023-08-10)
Fixed
* [Perl] Corrected working directory for CPAN upload action (by ehuelsmann)
5.0.5 (2023-08-11)
Fixed
* [Perl] Fixed inclusion of CHANGELOG.md causing release to fail (by
ehuelsmann)
5.0.6 (2023-08-13)
Fixed
* [Perl] Fixed test failures when running tests out-of-tree by resticting
testdata based tests to run in development only (by ehuelsmann)
6.0.0 (2023-10-13)
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)
Files: