Skip to content

Releases: cucumber/cucumber-expressions

v16.0.0

12 Jun 22:59
v16.0.0
636896c
Compare
Choose a tag to compare

Changed

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

v15.2.0

24 May 12:33
v15.2.0
b811524
Compare
Choose a tag to compare

Added

  • [JavaScript] Add ParameterInfo (#124)

Fixed

  • [.NET] Fix casing in "word" parameter type constant

v15.1.1

21 Apr 15:24
6423d2e
Compare
Choose a tag to compare

Fixed

  • [JavaScript] Make CucumberExpression.ast public (it was accidentally private in 15.1.0)

v15.1.0

21 Apr 13:22
f42b53a
Compare
Choose a tag to compare

Added

  • [JavaScript] Add CucumberExpression.ast and expose the AST types.

v15.0.2

15 Mar 09:04
Compare
Choose a tag to compare

Fixed

  • Add missing name field in CommonJS package file (#87)

v15.0.1

04 Jan 21:16
f0f907f
Compare
Choose a tag to compare

Fixed

  • Fixed release scripts

v14.0.0

12 Oct 11:20
a0e1a55
Compare
Choose a tag to compare

Changed

  • TypeScript: Group#value can no longer be undefined (#16)
  • TypeScript: Argument is no longer generic (#16)
  • Go: Module renamed to match github repository(#24)

v13.1.3

24 Sep 14:07
2f6dba0
Compare
Choose a tag to compare

Fixed

  • Fix release for the Go implementation

v13.1.2

24 Sep 12:58
f379ac7
Compare
Choose a tag to compare

Fixed

  • Fix release for the Go implementation
  • Minor fixes in the README.md links to documentation

v13.1.1

24 Sep 10:42
5cbd5d8
Compare
Choose a tag to compare

Fixed

  • Fix misc release actions