- Fix E_RECOVERABLE_ERROR from succeeding hook
- Add support for global hooks
- Add support for failures via before/after hooks
- Support failing specs from beforeEach & afterEach hooks
- Preserve globals in bootstrapped files
- Preserve globals when using pho
- Fix exit code on spec failure
- toContain/notToContain accepts multiple args
- Added toContainAnyOf
- Added support for custom matchers
- Support phar generation
- Support for pending specs via xdescribe, xcontext, and xit
- Improved watcher, with inotify support
- Support the use of custom reporters
- Added support for a bootstrap file to be loaded before running suites
- Added --no-color option
- Initial Stable Release