Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloop committed Nov 12, 2024
1 parent 2773bd6 commit dd9341d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@

## v2.3.0 (2024-11-12)

#### :rocket: Enhancement
* [#19](https://github.com/mrloop/qunit-retry/pull/19) fix: make sure assert.throws uses our assert proxy ([@jembezmamy](https://github.com/jembezmamy))
* [#20](https://github.com/mrloop/qunit-retry/pull/20) feat: accept beforeRetry hook ([@jembezmamy](https://github.com/jembezmamy))
* [#21](https://github.com/mrloop/qunit-retry/pull/21) feat: more clear retry message ([@jembezmamy](https://github.com/jembezmamy))
* [#18](https://github.com/mrloop/qunit-retry/pull/18) feat: support assert.expect with reruns ([@jembezmamy](https://github.com/jembezmamy))
* [#16](https://github.com/mrloop/qunit-retry/pull/16) feat: support test.each, test.todo etc. ([@jembezmamy](https://github.com/jembezmamy))
* [#15](https://github.com/mrloop/qunit-retry/pull/15) Use GitHub actions ([@mrloop](https://github.com/mrloop))
* [#12](https://github.com/mrloop/qunit-retry/pull/12) feat: reset test environment on each retry ([@jembezmamy](https://github.com/jembezmamy))

#### :bug: Bug Fix
* [#17](https://github.com/mrloop/qunit-retry/pull/17) fix: avoid false positives when the failed assertion is not the last one ([@jembezmamy](https://github.com/jembezmamy))

#### Committers: 2
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
- Paweł Bator ([@jembezmamy](https://github.com/jembezmamy))


## v2.2.0 (2021-04-05)

#### :memo: Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qunit-retry",
"version": "2.2.0",
"version": "2.3.0",
"description": "Drop in replacement for qunit `test` which retries a failed test.",
"keywords": [
"qunit",
Expand Down

0 comments on commit dd9341d

Please sign in to comment.