Skip to content

Releases: cucumber/query

v13.0.3

22 Dec 18:31
v13.0.3
e5dffd6
Compare
Choose a tag to compare

Fixed

  • [JavaScript] Remove dependency on assert package (#66)

v13.0.2

15 Nov 00:39
v13.0.2
ef176d2
Compare
Choose a tag to compare

Fixed

  • [Java] Don't expose EnumMap implementation detail

v13.0.1

14 Nov 21:28
v13.0.1
9ba06c0
Compare
Choose a tag to compare

Fixed

  • [Java] countTestCasesStarted now accounts for retried test cases (#65)
  • [JavaScript] Lineage and related symbols now exported on entry point (#65)

v13.0.0

14 Nov 16:30
v13.0.0
b0d3c0f
Compare
Choose a tag to compare

Added

  • New methods in JavaScript implementation to match Java (#62)
  • Update dependency @cucumber/messages to v26 ((#52)[https://github.com//pull/52])
  • Update dependency io.cucumber:messages up to v26 ((#53)[https://github.com//pull/53])

Changed

  • BREAKING CHANGE: countMostSevereTestStepResultStatus now returns EnumMap with all statuses regardless of count (#62)
  • BREAKING CHANGE: findAllTestCaseStarted now omits TestCaseStarted messages where there is or will be another attempt (#62)
  • BREAKING CHANGE: Rename findMostSevereTestStepResulBy to findMostSevereTestStepResultBy (#62)

Removed

  • BREAKING CHANGE: Remove support for Node.js 16.x and 17.x (#62)

v12.2.0

22 Jun 13:24
v12.2.0
3e100b5
Compare
Choose a tag to compare

Changed

  • Include pickle name if parameterized ((#44)[https://github.com//pull/44])

Fixed

  • java: Require all arguments to the naming strategy builder to be non-null

v12.1.2

05 Apr 13:19
v12.1.2
6c2fae8
Compare
Choose a tag to compare

Fixed

  • java: Do not expose SimpleEntry as part of the public API

v12.1.1

05 Apr 12:46
v12.1.1
c4b5ae5
Compare
Choose a tag to compare

Fixed

  • java: Fix Javadoc for release

v12.1.0

05 Apr 12:29
v12.1.0
54fc2ec
Compare
Choose a tag to compare

Added

  • java: implementation of query (#39)

v12.0.2

26 Mar 00:50
v12.0.2
8847aa2
Compare
Choose a tag to compare

Fixed

  • Correct repo URL in package.json

v12.0.1

21 Nov 22:52
Compare
Choose a tag to compare

Added

Changed

Deprecated

Fixed

Removed