Skip to content

Releases: mochajs/mocha

generative-donk

27 Sep 07:57
Compare
Choose a tag to compare

3.1.0 / 2016-09-27

🎉 Enhancement

  • #2357: Support --inspect on command-line (@simov)
  • #2194: Human-friendly error if no files are matched on command-line (@Munter)
  • #1744: Human-friendly error if a Suite has no callback (BDD/TDD only) (@anton)

🐛 Bug Fix

  • #2488: Fix case in which variables beginning with lowercase "D" may not have been reported properly as global leaks (@JustATrick) 😆
  • #2465: Always halt execution in async function when this.skip() is called (@boneskull)
  • #2445: Exits with expected code 130 when SIGINT encountered; exit code can no longer rollover at 256 (@Munter)
  • #2315: Fix uncaught TypeError thrown from callback stack (@1999)
  • Fix broken only()/skip() in IE7/IE8 (@boneskull)
  • #2502: Fix broken stack trace filter on Node.js under Windows (@boneskull)
  • #2496: Fix diff output for objects instantiated with String constructor (more) (@boneskull)

v3.0.2

14 Sep 19:23
Compare
Choose a tag to compare
Release v3.0.2

v3.0.0-2 (beta)

26 Jul 08:00
Compare
Choose a tag to compare
v3.0.0-2 (beta) Pre-release
Pre-release

See #2350 and CHANGELOG.md in the v3.0.0 branch.

v3.0.0-1 (beta)

16 Jul 00:44
Compare
Choose a tag to compare
v3.0.0-1 (beta) Pre-release
Pre-release

See #2350 for more information.

v3.0.0-0 (beta)

03 Jul 20:31
Compare
Choose a tag to compare
v3.0.0-0 (beta) Pre-release
Pre-release

See #2350 for more information.