./devel/p5-Cucumber-TagExpressions, Cucumber tag expression parser

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.1.2, Package name: p5-Cucumber-TagExpressions-6.1.2, Maintainer: schmonz

Cucumber tag expressions allow users to define the subset of Gherkin
scenarios they want to run. This library parses the expression and
returns an evaluator object which can be used to test the tags specified
on a scenario against the filter expression.


Master sites: (Expand)

Filesize: 10.103 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-30 15:44:17 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
p5-Cucumber-TagExpressions: update to 6.1.2. Changes:

- [All] Run CI testing only for relevant areas of the codebase
- [Python] Extended documentation and type hints within docstrings
- [Ruby] Support the testing in CI on later rubies
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-11-09 17:57:29 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
p5-Cucumber-TagExpressions: update to 6.1.1. Changes:

- [Python] Use the new action cucumber/action-publish-pypi in
  release process
- [Ruby] Fixed up remaining simple cops and began to reduce
  complexity of code
   2024-01-10 18:02:58 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
p5-Cucumber-TagExpressions: update to 6.1.0. Changes:

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)
   2023-10-13 20:29:50 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
p5-Cucumber-TagExpressions: update to 6.0.0. From the changelog:

Fixed:
- [Perl] Include README.md and LICENSE in the release tarball
   2023-09-06 20:53:49 by Amitai Schleier | Files touched by this commit (3)
Log message:
Add p5-Cucumber-TagExpressions: Cucumber tag expression parser

Cucumber tag expressions allow users to define the subset of Gherkin
scenarios they want to run. This library parses the expression and
returns an evaluator object which can be used to test the tags specified
on a scenario against the filter expression.