Skip to content

Releases: TheBrainFamily/wait-for-expect

v3.0.2

06 Feb 10:39
6be6e2e
Compare
Choose a tag to compare

3.0.2 (2020-02-06)

Bug Fixes

v3.0.1

25 Oct 15:05
Compare
Choose a tag to compare

3.0.1 (2019-10-25)

Bug Fixes

  • Transpile Object.assign which is not available in IE 11 (#25) (a59b638)

v3.0.0

24 Sep 15:05
dd272db
Compare
Choose a tag to compare

3.0.0 (2019-09-24)

Features

  • Add runWithRealTimers & getSetTimeoutFn functions (dd272db)

BREAKING CHANGES

  • If you are using fake jest timers by default, but upgraded to v2.0 here, you might have to upgrade your tests. Sorry! :(

Co-authored-by: Brais Piñeiro brapifra@gmail.com

v2.0.0

20 Aug 17:21
Compare
Choose a tag to compare

2.0.0 (2019-08-20)

BREAKING CHANGES

  • If you combined fake timers with wait-for-expect that will most probably not work anymore. Please make an issue with your failing usecase, as we couldn't think of a situation where using wait-for-expect and fake timers in the same test would be necessary.

v1.3.0

09 Aug 08:23
Compare
Choose a tag to compare

1.3.0 (2019-08-09)

Features

  • release: manually release a minor version (e1962de), closes #21

v1.2.0

16 May 08:00
Compare
Choose a tag to compare

1.2.0 (2019-05-16)

Features

  • configurable default timeout and interval (#18) (7bf926a)

v1.1.1

25 Mar 10:36
Compare
Choose a tag to compare

1.1.1 (2019-03-25)

Bug Fixes

v1.1.0

16 Nov 08:54
Compare
Choose a tag to compare

1.1.0 (2018-11-16)

Features

  • use real Date.now to avoid using potentially mocked one (#12) (0f11a85)