head	1.4;
access;
symbols
	pkgsrc-2026Q2:1.4.0.4
	pkgsrc-2026Q2-base:1.4
	pkgsrc-2026Q1:1.4.0.2
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.3.0.16
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.14
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.12
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.3.0.10
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.8
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.6
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.4
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.2
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.2.0.2
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.1.0.20
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.18
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.16
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.14
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.12
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.10
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.8
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.6
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.4
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.2
	pkgsrc-2021Q2-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2026.02.03.14.56.52;	author taca;	state Exp;
branches;
next	1.3;
commitid	0fyaDpYgPav7rWsG;

1.3
date	2024.02.04.16.39.48;	author taca;	state Exp;
branches;
next	1.2;
commitid	QNP1QzkdUCvet8XE;

1.2
date	2023.12.17.17.27.32;	author taca;	state Exp;
branches;
next	1.1;
commitid	a0A69bfLHCOdjQQE;

1.1
date	2021.05.23.09.41.47;	author taca;	state Exp;
branches;
next	;
commitid	tb9DDxL4D3sCSfUC;


desc
@@


1.4
log
@devel/ruby-cucumber-tag-expressions: update to 8.1.0

Latest release is 9.0.0 but ruby-cucuber-core require < 9.

6.1.1 (2024-10-28)

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)

6.1.2 (2025-01-29)

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)

6.2.0 (2025-05-25)

Added

* [PHP] Add new implementation (#194)

7.0.0 (2025-10-03)

(Unknown)

8.0.0 (2025-10-14)

Fixed

* [Perl] Fix building release artifacts (#214)

Removed

* [Python] Dropped support for end-of-life Python versions from 2 to 3.9
  (#215)

8.1.0 (2025-11-26)

Added

* [.NET] Add a .NET implementation

Fixed

* Render the empty tag expression as an empty string (#222)
* Improve error message for missing operands (#221)
@
text
@@@comment $NetBSD: PLIST,v 1.3 2024/02/04 16:39:48 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/cucumber/tag_expressions.rb
${GEM_LIBDIR}/lib/cucumber/tag_expressions/expressions.rb
${GEM_LIBDIR}/lib/cucumber/tag_expressions/parser.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
@


1.3
log
@devel/ruby-cucumber-tag-expressions: update to 6.1.0

6.1.0 (2024-01-10)

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)
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.2 2023/12/17 17:27:32 taca Exp $
d3 1
a7 4
${GEM_LIBDIR}/spec/errors_spec.rb
${GEM_LIBDIR}/spec/evaluations_spec.rb
${GEM_LIBDIR}/spec/parsing_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
@


1.2
log
@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)
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.1 2021/05/23 09:41:47 taca Exp $
d10 1
@


1.1
log
@devel/ruby-cucumber-tag-expressions: add package version 3.0.1

Rename devel/ruby-cucumber-tag_expressions to
ruby-cucumber-tag-expressions and update to 3.0.1.

3.0.1 - 2021-03-31

Fixed
* Previous release 3.0.0 did not publish to npm for some reason.
  Re-releasing.

3.0.0 - 2020-06-11

Added
* [Java] Enable consumers to find our version at runtime using
  clazz.getPackage().getImplementationVersion() by upgrading to
  cucumber-parent:2.1.0 (#976 aslakhellesoy)

Changed
* [Java] Updated TagExpressionParser to use a static method to parse a tag
  expression and return an Expression object to the user.
* [Java] Reduced public API to the bare minimum required.
* [Java] Added more informative error messages for TagExpressionParser
  through the TagExpressionException. (#1005 [cyocum])

2.0.4 - 2020-01-10

Changed
* [JavaScript] changed module name to @@cucumber/tag-expressions

2.0.3 - 2019-12-10

Changed
* [Java] Upgrades to cucumber-parent:2.0.2
* [Ruby] Renamed gem to tag-expressions

Removed
* [Ruby] Removed tag-expressions executable
@
text
@d1 1
a1 1
@@comment $NetBSD$
a2 1
${GEM_LIBDIR}/LICENSE
d7 3
a9 3
${GEM_LIBDIR}/spec/capture_warnings.rb
${GEM_LIBDIR}/spec/expressions_spec.rb
${GEM_LIBDIR}/spec/parser_spec.rb
@

