Skip to content

Releases: alexlafroscia/qunit-wait-for

v2.0.2

29 Nov 21:10
1e5fbcf
Compare
Choose a tag to compare

Bug Fixes

v2.0.1

02 Mar 00:03
b7c2c14
Compare
Choose a tag to compare

Bug Fixes

  • re-try assertions that only temporarily throw an exception (cebe239)

v2.0.0

04 Jan 15:04
947a080
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • The package output is slightly different now, with a different configuration of the package.json pointers to different builds of the library. Because of this, the bundler consuming this library might pull in something different than before. In case that ends up being a "breaking" change, this commit is being marked as such, though in reality this should be safe for any consumers.

Bug Fixes

  • avoid deprecated QUnit extension API (95ddfa4)

  • replace Pika with Microbundle (0004147)

v1.2.3

03 Aug 22:11
3dd4740
Compare
Choose a tag to compare

Fix release publishing issue in 1.2.2

v1.2.1

12 May 02:35
ac82311
Compare
Choose a tag to compare

Bug Fixes

  • avoid stubbing pushResult for longer than necessary (fa4156b), closes #16

v1.2.0

01 May 16:18
ebe4947
Compare
Choose a tag to compare

Features

  • support async assertion functions (07b4f35)

v1.1.1

22 Apr 21:07
09c7e3e
Compare
Choose a tag to compare

Bug Fixes

  • use correct return type for assert.waitFor (6f0f366), closes #8

v1.1.0

03 Apr 14:05
d1b1aae
Compare
Choose a tag to compare

Features

  • wait for multiple assertions (a9d2963)