Socket
Socket
Sign inDemoInstall

@cucumber/cucumber-expressions

Package Overview
Dependencies
2
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

17.1.0

Diff

Changelog

Source

[17.1.0] - 2024-03-21

Added

  • [Java] Assume numbers use either a comma or period for the thousands separator instead of non-breaking spaces. (#290)

Fixed

  • [Java] Parse negative numbers in Norwegian (and 59 other languages) (#290)
  • [Python] Remove support for Python 3.7 and extend support to 3.12 (#280)
  • [Python] The ParameterType constructor's transformer should be optional (#288)
cukebot
published 17.0.2 •

Changelog

Source

[17.0.2] - 2024-02-20

Changed

  • [Python] Updated the release workflow to use trusted publisher (#263, #264)
  • [Ruby] Added subsidiary rubocop gems (RSpec/Rake/Performance), and did some initial refactoring (#247)
  • Additional information for alternation inside optional error message on how to fix (#260)

Fixed

  • Removed repeated 'the' from error message for use of alternations inside optionals (#252)
  • [Python] Missing keyword argument defaults in parameter type class (#259)
  • [Ruby] Added an explicit dependency on bigdecimal gem, to fix Ruby 3.4-pre builds where the gem has changed its status from default to bundled (#273)
cukebot
published 17.0.1 •

Changelog

Source

[17.0.1] - 2023-11-24

Fixed

  • [JavaScript] Fix import paths lacking file suffix (#243)
  • [Ruby] Fixed up Layout rubocop autofixes
cukebot
published 17.0.0 •

Changelog

Source

[17.0.0] - 2023-10-06

Changed

  • [JavaScript] Added TypeScript source to the package (#211)
  • [Ruby] Minimum supported ruby is now 2.5+ (#232)
  • [Ruby] Large suite wide refactor for basic rubocop compliance (#233 #235)
  • [Ruby] Expose ParameterType#transformer as a new public reader (#234)
  • [Ruby] Remove ParameterType#prefer_for_regexp_match? and ParameterType#use_for_snippets? -> Use their standard reader equivalents instead (Remove the ?) (#234)
cukebot
published 16.1.2 •

Changelog

Source

[16.1.2] - 2023-01-17

Fixed

  • [Java] Improve cucumber expression creation performance (#202)
cukebot
published 16.1.1 •

Changelog

Source

[16.1.1] - 2022-12-08

Fixed

  • [Java] Improve expression creation performance (#187, #189)
cukebot
published 16.1.0 •

Changelog

Source

[16.1.0] - 2022-11-28

Added

  • [Java] Enabled reproducible builds
  • [JavaScript] Added ParameterType.builtin. This is to allow JSON serialization of only the non-builtin parameter types.
cukebot
published 16.0.1 •

Changelog

Source

[16.0.1] - 2022-11-06

Fixed

  • [JavaScript] The ParameterType constructor's transform, useForSnippets and preferForRegexpMatch should be optional. (#178)
cukebot
published 16.0.0 •

Changelog

Source

[16.0.0] - 2022-06-12

Changed

  • [JavaScript] The ParameterType constructor's regexps parameter has a new type: type Regexps = StringOrRegExp | readonly StringOrRegExp[]; type StringOrRegExp = string | RegExp.
cukebot
published 15.2.0 •

Changelog

Source

[15.2.0] - 2022-05-24

Added

  • [JavaScript] Add ParameterInfo (#124)

Fixed

  • [.NET] Fix casing in "word" parameter type constant
234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc