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

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


Branch: CURRENT, Version: 6.1.0, Package name: p5-Cucumber-TagExpressions-6.1.0, 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: 9.879 KB

Version history: (Expand)


CVS history: (Expand)


   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.