Skip to content

Commit dd9341d

Browse files
committed
Release 2.3.0
1 parent 2773bd6 commit dd9341d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2+
## v2.3.0 (2024-11-12)
3+
4+
#### :rocket: Enhancement
5+
* [#19](https://github.com/mrloop/qunit-retry/pull/19) fix: make sure assert.throws uses our assert proxy ([@jembezmamy](https://github.com/jembezmamy))
6+
* [#20](https://github.com/mrloop/qunit-retry/pull/20) feat: accept beforeRetry hook ([@jembezmamy](https://github.com/jembezmamy))
7+
* [#21](https://github.com/mrloop/qunit-retry/pull/21) feat: more clear retry message ([@jembezmamy](https://github.com/jembezmamy))
8+
* [#18](https://github.com/mrloop/qunit-retry/pull/18) feat: support assert.expect with reruns ([@jembezmamy](https://github.com/jembezmamy))
9+
* [#16](https://github.com/mrloop/qunit-retry/pull/16) feat: support test.each, test.todo etc. ([@jembezmamy](https://github.com/jembezmamy))
10+
* [#15](https://github.com/mrloop/qunit-retry/pull/15) Use GitHub actions ([@mrloop](https://github.com/mrloop))
11+
* [#12](https://github.com/mrloop/qunit-retry/pull/12) feat: reset test environment on each retry ([@jembezmamy](https://github.com/jembezmamy))
12+
13+
#### :bug: Bug Fix
14+
* [#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))
15+
16+
#### Committers: 2
17+
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
18+
- Paweł Bator ([@jembezmamy](https://github.com/jembezmamy))
19+
20+
121
## v2.2.0 (2021-04-05)
222

323
#### :memo: Documentation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qunit-retry",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Drop in replacement for qunit `test` which retries a failed test.",
55
"keywords": [
66
"qunit",

0 commit comments

Comments
 (0)