3.1.2 / 2013-08-22
- Add window.mochaPhantomJS.env. Fixes #91.
3.1.1 / 2013-08-14
- Produce Mocha.process.stdout if it doesn't exist
3.1.0 / 2013-07-01
- Update to Mocha 1.12.x and Chai 1.7.x
3.0.0 / 2013-06-06
- Focus on latest PhantomJS 1.9.1.
- Remove all Reporter subclasses. All reporter args should likely just work.
- Set package.json to mocha 1.9.x and chai 1.6.x
2.0.3 / 2013-06-06
- Should fail when there is a page error.
2.0.2 / 2013-05-14
- Change --cookie to --cookies and take full object. Fixes #31.
- Tested with Mocha 1.8.2. Fixes #37.
- Tested with Chai 1.5.0. Fixed #30.
- Tested with PhantomJS 1.9.0.
- Fixed list reporter.
2.0.1 / 2013-03-04
- Option to remove colors like mocha's --no-color. Thanks @nathanboktae
2.0.0 / 2013-01-25
- Lock down package.json to mocha 1.7, 1.8 after http://git.io/GYJCTw is resolved.
- Notify if phantomjs is not installed.
1.1.3 / 2013-01-16
- Fix error code 127 on Windows. Thanks @romario333
- Fix iframe usage.
- Allow a local npm of phantomjs to work.
- Fix spec CR regexp.
- More PhantomJS args, timeout, cookie, header, setting, viewport.
- Tested with Mocha 1.7
- New -A UserAgent argument passed to PhantomJS.
- Tested with Mocha 1.4, 1.5 and 1.6
- Initial release!