Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Releases: stevepryde/thirtyfour_query

v0.7.0

07 May 10:38
Compare
Choose a tag to compare

Update to thirtyfour v0.24.0

v0.6.1

27 Mar 13:27
Compare
Choose a tag to compare
  • Update to use thirtyfour v0.23.0

v0.6.0

12 Jan 10:47
Compare
Choose a tag to compare
  • Major refactor of predicates (now shared by both ElementQuery and ElementWaiter)
  • ElementWaiter interface updated
  • Both ElementQuery and ElementWaiter 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

02 Jan 23:22
Compare
Choose a tag to compare
  • Use thirtyfour::support::sleep() instead of delay_for() in order to support async-std as well (Thanks @c-classen)

v0.5.3

29 Dec 23:03
Compare
Choose a tag to compare
  • Add async-std-runtime feature flag pass through for thirtyfour

v0.5.2

10 Dec 13:40
Compare
Choose a tag to compare
  • 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

05 Dec 23:56
Compare
Choose a tag to compare
  • Fix ElementQuery to be Send and Sync (thanks @audioXD!)
  • Fix behaviour of ElementQuery::all() and ElementQuery::exists() (thanks @audioXD!)

v0.5.0

04 Dec 12:06
Compare
Choose a tag to compare
  • 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

04 Dec 11:13
Compare
Choose a tag to compare
  • Add exists() method for checking whether an element exists without waiting
  • Make ElementQuery reusable

v0.4.2

30 Nov 12:57
Compare
Choose a tag to compare
  • Update for thirtyfour v0.20.2