Releases: cucumber/query
Releases · cucumber/query
v13.0.3
v13.0.2
Fixed
- [Java] Don't expose
EnumMap
implementation detail
v13.0.1
v13.0.0
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 returnsEnumMap
with all statuses regardless of count (#62) - BREAKING CHANGE:
findAllTestCaseStarted
now omitsTestCaseStarted
messages where there is or will be another attempt (#62) - BREAKING CHANGE: Rename
findMostSevereTestStepResulBy
tofindMostSevereTestStepResultBy
(#62)
Removed
- BREAKING CHANGE: Remove support for Node.js 16.x and 17.x (#62)
v12.2.0
v12.1.2
Fixed
- java: Do not expose
SimpleEntry
as part of the public API
v12.1.1
Fixed
- java: Fix Javadoc for release
v12.1.0
v12.0.2
Fixed
- Correct repo URL in
package.json