Releases: danielstjules/mocha.parallel
Releases · danielstjules/mocha.parallel
0.11.2
- npm being weird, no actual changes
0.11.1
- Fix generator support for hooks
0.11.0
- Add support for GeneratorFunctions
0.10.0
- Add support for this.timeout()
0.9.0
- Add support for this.skip()
0.8.0
- Added parallel.skip
0.7.1
- it.only() now only runs the subset of specs
0.7.0
- Added support for parallel.only() and it.only()
0.6.4
- Remove handling of specs that use uncaughtException
0.6.3
- Propagate uncaught exceptions if a handler exists