87e9963377
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
31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
@comment $NetBSD: PLIST,v 1.3 2021/05/23 09:37:06 taca Exp $
|
|
bin/gherkin-ruby${RUBY_SUFFIX}
|
|
bin/gherkin${RUBY_SUFFIX}
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/LICENSE
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/bin/gherkin
|
|
${GEM_LIBDIR}/bin/gherkin-ruby
|
|
${GEM_LIBDIR}/lib/gherkin.rb
|
|
${GEM_LIBDIR}/lib/gherkin/ast_builder.rb
|
|
${GEM_LIBDIR}/lib/gherkin/ast_node.rb
|
|
${GEM_LIBDIR}/lib/gherkin/dialect.rb
|
|
${GEM_LIBDIR}/lib/gherkin/errors.rb
|
|
${GEM_LIBDIR}/lib/gherkin/gherkin-languages.json
|
|
${GEM_LIBDIR}/lib/gherkin/gherkin_line.rb
|
|
${GEM_LIBDIR}/lib/gherkin/parser.rb
|
|
${GEM_LIBDIR}/lib/gherkin/pickles/compiler.rb
|
|
${GEM_LIBDIR}/lib/gherkin/query.rb
|
|
${GEM_LIBDIR}/lib/gherkin/stream/parser_message_stream.rb
|
|
${GEM_LIBDIR}/lib/gherkin/token.rb
|
|
${GEM_LIBDIR}/lib/gherkin/token_formatter_builder.rb
|
|
${GEM_LIBDIR}/lib/gherkin/token_matcher.rb
|
|
${GEM_LIBDIR}/lib/gherkin/token_scanner.rb
|
|
${GEM_LIBDIR}/spec/capture_warnings.rb
|
|
${GEM_LIBDIR}/spec/gherkin/dialect_spec.rb
|
|
${GEM_LIBDIR}/spec/gherkin/gherkin_line_spec.rb
|
|
${GEM_LIBDIR}/spec/gherkin/gherkin_spec.rb
|
|
${GEM_LIBDIR}/spec/gherkin/parser_spec.rb
|
|
${GEM_LIBDIR}/spec/gherkin/query_spec.rb
|
|
${GEM_LIBDIR}/spec/gherkin/stream/parser_message_stream_spec.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|