Skip to content

Releases: cucumber/javascript-core

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:04
v0.9.0
9f605e8

Changed

  • BREAKING CHANGE: Switch to ESM (#70)

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 27 Jan 16:38
v0.8.3
ab47dd9

Changed

  • Allow ExpressionsGroup.children to be optional (#43)

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 12 Jan 20:22
v0.8.2
e90dcfb

Changed

  • Return messages in definition order (#36)

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 28 Nov 13:08
v0.8.1
8b20d26

Added

  • Add getAllSources() method to SupportCodeLibrary (#34r)

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 25 Nov 18:08
v0.8.0
b4bc6ca

Changed

  • BREAKING CHANGE: Make prepare() less prescriptive (#32)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 19:40
v0.7.0
b04773f

Changed

  • Require messages v31 or greater (#30)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 08:12
v0.6.0
7002686

Added

  • Include pickleId in AssembledTestCase (#26)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 17 Sep 21:47
v0.5.1
6cef9eb
Created-by: polyglot-release v1.6.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 16:33
v0.5.0
d6f8514

Added

  • Add pickleStep to UndefinedError (#13)
  • Add getExpressionGenerator() to SupportCodeLibrary (#13)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 15:01
v0.4.1
2b260bf

Fixed

  • Use RegExp.source to represent regular expression in messages (#12)