Path to this page:
Subject: CVS commit: pkgsrc/lang/ruby-cucumber-gherkin
From: Takahiro Kambe
Date: 2021-05-23 11:37:06
Message id: 20210523093706.6AB0BFA95@cvs.NetBSD.org
Log Message:
lang/ruby-cucumber-gherkin: update to 19.0.2
19.0.2 - 2021-05-19
Fixed
* Upgrade to @cucumber/message-streams ^2.0.0
* Upgrade berp to 1.3.0 (parser behavior not changed) (#1542 gasparnagy)
19.0.1 - 2021-05-17
Fixed
* [Perl] Updated to pass acceptance tests. (#1552 ehuelsmann)
19.0.0 - 2021-05-15
Added
* [JavaScript] Experimental support for Markdown. See
MARKDOWN_WITH_GHERKIN.md (#1209 aslakhellesoy)
Changed
* [DotNet] Replaced Utf8Json with source-embedded TinyJson. (#511
gasparnagy)
* Update Dutch translation of the "Rule" keyword. (#1513 OrhanTozan)
* Update Russian translation of the "Scenario Outline" keyword. (#1499
hkosova)
* Update Hungarian translation of the "Rule" keyword. (#1518 gasparnagy)
* [Go, Java, JavaScript, Ruby] Upgrade to messages 16.0.0: this may have a
big impact on APIs. Please see messages/CHANGELOG.md for more details.
Removed
* [Elixir] The package was not released - it needs to be updated to pass
acceptance tests.
* [Perl] The package was not released - it needs to be updated to pass
acceptance tests.
Fixed
* [Perl] Reinstate Perl 5.10.1 compatibility. (#1495 #1494 ehuelsmann)
* [DotNet] Fixed .NET Gherkin compatibility with other Gherkin
implementations. (#511 gasparnagy)
18.1.1 - 2021-04-22
Fixed
* [python] Run gherkin as a module. (#1480 #1475 brasmusson
[aurelien-reeves])
18.1.0 - 2021-04-06
Added
* Python implementation re-enabled, with support for Rule keyword. (#1449
brasmusson)
Fixed
* Update translation of Rule in Czech. (#1442 plavcik)
18.0.0 - 2021-03-24
Added
* [Perl] New APIs to spawn message streams: Gherkin->from_paths and
Gherkin->from_source (#1359 ehuelsmann)
* [All] Rules can be tagged. Scenarios that belong to the rule \
"inherit" the
rule tags. (#1356 [sebrose], gasparnagy, brasmusson, WannesFransen1994)
* [Perl] DOS line endings support on all platforms (not just DOS/Windows)
(ehuelsmann)
Changed
* [Perl] Release engineering changes to make it non-interactive, update
CHANGELOG.md correctly (#1350) ehuelsmann
Removed
* [JavaScript] the GherkinStreams export has moved from @cucumber/gherkin to
@cucumber/gherkin-streams
* [JavaScript] the gherkin-javascript executable has moved to the new
@cucumber/gherkin-streams npm module
17.0.2 - 2021-02-16
Fixed
* [Perl] Release archive too large (8MB -> <100kB) (#1350) ehuelsmann
* [Perl] Minimum Perl version (5.10.1) incorrectly declared, leading to
CPANTESTERS failures (#1350) ehuelsmann
* [Perl] Kwalitee (Perl release quality checker) complaints/errors (#1350)
ehuelsmann
17.0.1 - 2021-02-08
Fixed
* Fix building of MacOS (darwin) executables. (#1347 #1348 aslakhellesoy
ciaranmcnulty)
17.0.0 - 2021-02-07
Changed
* [JavaScript] the GherkinStreams object is not longer loaded by default.
This makes it possible to use the library in a browser without a polyfill.
To upgrade, use import GherkinStreams from
'@cucumber/gherkin/dist/src/stream/GherkinStreams' instead of import {
GherkinStreams } from 'gherkin'. (#1333)
* [Perl] Fully overhauled implementation, moving it up from 4.0.0 (#711,
#1286) ehuelsmann
Removed
* [JavaScript] remove IGherkinOptions#createReadStream. This function was
introduced in 9.1.0 in order to decouple this lib from the Node.js fs
library. This decoupling was improved in #1333 which made it obsolete.
(Fixes #1284)
Fixed
* Use Spanish translation for the "Rule" keyword and for the \
"Feature"
synonym keywords (#1360 sergioforerogomez)
* Use Italian translation for the "Rule" keyword and for the \
"Feature"
synonym keywords (#1318 mgiustiniani)
* Use Swedish translation for the "Rule" keyword (#1297 johnknoop)
* Elixir implementation - make sure the gherkin_languages.json is added with
the release package. (#1293 WannesFransen1994)
* [JavaScript] removed circular dependencies. (#1292 davidjgoss
aslakhellesoy)
16.0.0 - 2020-12-10
Added
* [Elixir] New implementation! (#1251 WannesFransen1994)
Changed
* Telugu now uses the correct 639-1 code - te instead of tl. (#1238 #1221
nvmkpk)
Removed
* [JavaScript] The Query class has been removed from this library, and has
been added to @cucumber/gherkin-utils
Files: