Releases: NoriSte/cypress-wait-until
Releases · NoriSte/cypress-wait-until
v3.0.1
3.0.1 (2023-12-01)
Bug Fixes
v3.0.0
3.0.0 (2023-12-01)
BREAKING CHANGES
- TypeScript tests could now throw because of operations made on the value returned
by checkFunction
(passed to cy.waitUntil). The type was previously undefined
while now reflecting
the type returned by checkFunction
.
v2.0.1
2.0.1 (2023-08-05)
Bug Fixes
- Unset the Node.js and NPM version (213b780), closes #472
v2.0.0
2.0.0 (2023-06-14)
Bug Fixes
- update the timeout logic to consider also the checkFunction duration (146a775), closes #464
BREAKING CHANGES
-
The timeout is now respected even if checkFunction takes a long time. As a result,
you could face that your checkFunction runs less times.
-
Drop support for Node.js < 18.16.0
v1.7.1
1.7.1 (2020-05-13)
Bug Fixes
v1.7.0
1.7.0 (2020-05-05)
Features
- 🎸 The errorMsg option can be a function (5e13105), closes #126
v1.6.1
1.6.1 (2019-12-12)
Bug Fixes
- 🐛Fixes TS definition for logger and updates script for running locally (#66) (b4eb742)
v1.6.0
1.6.0 (2019-10-31)
Bug Fixes
- 🐛 Allow to turn off logging (238f33b)
Features
- 🎸 Add logging verbosity (7de14e9), closes #53
- 🎸 Allow even more logging customization (ed852c3)
v1.5.0
1.5.0 (2019-10-30)
Features
- 🎸 Make the Cypress video recordings publicly available (3249d76)