Releases: danielstjules/mocha.parallel
Releases · danielstjules/mocha.parallel
0.15.6
0.15.5
0.15.4
- Fix root hook support
0.15.3
- Fix it.skip. Spec logic was still being ran in the background
0.15.2
- Fix promise rejection handling
0.15.1
- Correctly report duration for synchronous specs
0.15
- Fixed parallel.enable()
- Added parallel.limit(n)
0.14.0
- Support xit shorthand for it.skip
- Allow but ignore titles in hooks
- Prevent crash when missing uncaughtException handler
0.13.0
- Improved mocha context compatibility
- this.timeout/slow/skip now available within parallel, and not only individual specs
- Fixed timeout and duration tracking
0.12.0
- Add support for disabling parallel via parallel.disable() and re-enabling with parallel.enable()