You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
## (upcoming release)
1
+
## 2.0.3
2
+
3
+
* fix: subprocess processing should not stop when unhandled rejection occurs ([#173](https://github.com/yandex/mocha-parallel-tests/issues/173))
4
+
* fix: subprocess processing should not stop when uncaught exception occurs ([#172](https://github.com/yandex/mocha-parallel-tests/issues/172))
5
+
* added a [list of limitations](https://github.com/yandex/mocha-parallel-tests/wiki/Limitations) that you can hit when you launch your tests with `mocha-parallel-tests`
6
+
7
+
## 2.0.2
2
8
3
9
* fix: subprocess stderr is not shown if the subprocess crashes before sending the "start" event ([#158](https://github.com/yandex/mocha-parallel-tests/issues/158))
4
10
* fix: `--retries` and `--bail` option conflict with each other causing `mohcha-parallel-tests` own assertion error ([#163](https://github.com/yandex/mocha-parallel-tests/issues/163))
0 commit comments