This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
Releases: stevepryde/thirtyfour_query
Releases · stevepryde/thirtyfour_query
v0.7.0
v0.6.1
- Update to use
thirtyfour
v0.23.0
v0.6.0
- Major refactor of predicates (now shared by both
ElementQuery
andElementWaiter
) ElementWaiter
interface updated- Both
ElementQuery
andElementWaiter
will ignore errors by default (returning only once either the predicate conditions are met or timeout is reached)
Please provide feedback on the interface and overall ergonomics. Thank you!
v0.5.4
- Use
thirtyfour::support::sleep()
instead ofdelay_for()
in order to supportasync-std
as well (Thanks @c-classen)
v0.5.3
- Add async-std-runtime feature flag pass through for
thirtyfour
v0.5.2
- Add ElementWaiter interface for waiting on element conditions
- Add ElementQuery::not_exists() for verifying (or waiting for) the non-existence of an element.
v0.5.1
v0.5.0
- Add
all_required()
method for returning all matching elements or an error if no elements matched - Add documentation, tests and github actions
v0.4.3
- Add exists() method for checking whether an element exists without waiting
- Make ElementQuery reusable
v0.4.2
- Update for thirtyfour v0.20.2