Skip to content

Releases: danielstjules/mocha.parallel

0.15.6

Choose a tag to compare

@danielstjules danielstjules released this 23 Aug 05:49
0.15.6

0.15.5

Choose a tag to compare

@danielstjules danielstjules released this 12 Feb 09:11
  • Fix bad release #38

0.15.4

Choose a tag to compare

@danielstjules danielstjules released this 11 Dec 01:20
  • Fix root hook support

0.15.3

Choose a tag to compare

@danielstjules danielstjules released this 28 Jul 16:21
  • Fix it.skip. Spec logic was still being ran in the background

0.15.2

Choose a tag to compare

@danielstjules danielstjules released this 29 Apr 14:08
  • Fix promise rejection handling

0.15.1

Choose a tag to compare

@danielstjules danielstjules released this 21 Apr 03:56
  • Correctly report duration for synchronous specs

0.15

Choose a tag to compare

@danielstjules danielstjules released this 10 Feb 22:00
  • Fixed parallel.enable()
  • Added parallel.limit(n)

0.14.0

Choose a tag to compare

@danielstjules danielstjules released this 20 Dec 09:23
  • Support xit shorthand for it.skip
  • Allow but ignore titles in hooks
  • Prevent crash when missing uncaughtException handler

0.13.0

Choose a tag to compare

@danielstjules danielstjules released this 28 Sep 08:59
  • 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

Choose a tag to compare

@danielstjules danielstjules released this 20 Mar 01:34
  • Add support for disabling parallel via parallel.disable() and re-enabling with parallel.enable()