We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce4df8 commit 48e346dCopy full SHA for 48e346d
CHANGELOG.md
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
+### Added
10
+- New method `findAttachmentsBy(TestStepFinished)` ([#67](https://github.com/cucumber/query/pull/67))
11
+- New method `findHookBy(TestStep)` ([#67](https://github.com/cucumber/query/pull/67))
12
+
13
+### Changed
14
+- [JavaScript] Deprecate older query methods ([#67](https://github.com/cucumber/query/pull/67))
15
16
+### Fixed
17
+- [JavaScript] Attachments are not presumed to have a related test step ([#67](https://github.com/cucumber/query/pull/67))
18
19
## [13.0.3] - 2024-12-22
20
### Fixed
0 commit comments