- Fixed global leak detection due to Safari bind() change
- Fixed: escape html entities in Doc reporter
- Fixed: escape html entities in HTML reporter
- Fixed pending test support for HTML reporter. Closes #66
- Added
--timeoutsecond shorthand support, ex--timeout 3s. - Fixed "test end" event for uncaughtExceptions. Closes #61
- Added travis CI support (needs enabling when public)
- Added preliminary browser support
- Added
make mocha.csstarget. Closes #45 - Added stack trace to TAP errors. Closes #52
- Renamed tearDown to teardown. Closes #49
- Fixed: cascading hooksc. Closes #30
- Fixed some colors for non-tty
- Fixed errors thrown in sync test-cases due to nextTick
- Fixed Base.window.width... again give precedence to 0.6.x
- Added
docreporter. Closes #33 - Added suite merging. Closes #28
- Added TextMate bundle and
make tm. Closes #20
- Fixed getWindowSize() for 0.4.x
- Added
-s, --slow <ms>to specify "slow" test threshold - Added
mocha-debug(1) - Added
mocha.optssupport. Closes #31 - Added: default [files] to test/*.js
- Added protection against multiple calls to
done(). Closes #35 - Changed: bright yellow for slow Dot reporter tests
- Missed this one :)
- Initial release