- Added `-w, --watch`. Closes 72 - Added `--ignore-leaks` to ignore global leak checking - Added browser `?grep=pattern` support - Added `--globals <names>` to specify accepted globals. Closes 99 - Fixed `mocha-debug(1)` on some systems. Closes 232 - Fixed growl total, use `runner.total`
0.2.0
- Added `--globals <names>` to specify accepted globals. Closes 99 - Fixed funky highlighting of messages. Closes 97 - Fixed `mocha-debug(1)`. Closes 232 - Fixed growl total, use runner.total
0.1.0
- Added `suiteSetup` and `suiteTeardown` to TDD interface [David Henderson] - Added growl icons. Closes 84 - Fixed coffee-script support
0.0.8
- Fixed: use `Runnertotal` for accurate reporting
0.0.7
- Added `Hook` - Added `Runnable` - Changed: `Test` is `Runnable` - Fixed global leak reporting in hooks - Fixed: > 2 calls to done() only report the error once - Fixed: clear timer on failure. Closes 80
0.0.6
- Fixed return on immediate async error. Closes 80