Skip to content

Releases: NoriSte/cypress-wait-until

v3.0.1

01 Dec 16:32
236db14
Compare
Choose a tag to compare

3.0.1 (2023-12-01)

Bug Fixes

v3.0.0

01 Dec 16:27
8e3ff03
Compare
Choose a tag to compare

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

05 Aug 13:23
213b780
Compare
Choose a tag to compare

2.0.1 (2023-08-05)

Bug Fixes

  • Unset the Node.js and NPM version (213b780), closes #472

v2.0.0

14 Jun 14:23
Compare
Choose a tag to compare

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

13 May 06:29
Compare
Choose a tag to compare

1.7.1 (2020-05-13)

Bug Fixes

  • 馃悰 Fix the TypeScript signature (126fea6), closes #134

v1.7.0

05 May 06:34
5e13105
Compare
Choose a tag to compare

1.7.0 (2020-05-05)

Features

  • 馃幐 The errorMsg option can be a function (5e13105), closes #126

v1.6.1

12 Dec 07:26
166f783
Compare
Choose a tag to compare

1.6.1 (2019-12-12)

Bug Fixes

  • 馃悰Fixes TS definition for logger and updates script for running locally (#66) (b4eb742)

v1.6.0

31 Oct 09:57
5d3ea58
Compare
Choose a tag to compare

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

30 Oct 15:15
cad3add
Compare
Choose a tag to compare

1.5.0 (2019-10-30)

Features

  • 馃幐 Make the Cypress video recordings publicly available (3249d76)

v1.4.0

30 Oct 14:42
2ea2765
Compare
Choose a tag to compare

1.4.0 (2019-10-30)

Bug Fixes

  • 馃悰 Fix the TS signature (40741f2)
  • 馃悰 Get the function really chainable (3be5d1e)
  • 馃悰 Manage the log (d97e3fb), closes #53
  • 馃悰 The interval is now respected (887ad64), closes #39

Features

  • 馃幐 Makre the plugin chainable (f3ea69b), closes #40