Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

62 lines (32 loc) · 3.17 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2021-11-29)

Bug Fixes

2.0.1 (2021-03-02)

Bug Fixes

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

2.0.0 (2021-01-04)

⚠ 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)

1.2.3 (2020-08-03)

1.2.2 (2020-08-03)

1.2.1 (2020-05-12)

Bug Fixes

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

1.2.0 (2020-05-01)

Features

  • support async assertion functions (07b4f35)

1.1.1 (2020-04-22)

Bug Fixes

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

1.1.0 (2020-04-03)

Features

  • wait for multiple assertions (a9d2963)

1.0.0 (2020-03-31)

Features