- upgrades to phantomjs2
- drops node 0.10.x support
- adds a phantomConfig option for setting phantomjs specific settings
- adds a failWithOutput option for failing a build and also providing a test artifact
- Fix path to phantomjs binary on windows
- Fix issue when using --color=false
- BREAKING use mocha-phantomjs-core
- Upgrade mocha-phantomjs to 3.6.0
- Lock down phantomjs to match mocha-phantomjs peerDependency
- Add silent option to suppress stdout
- Upgrade mocha-phantomjs to 3.5.0 and drops node 0.8 support
- Upgrade mocha-phantomjs to 3.4.0
- Add lodash and async as dependencies
- Fix to prevent the stream from closing
- Pipe stdout to a file if supplied
- Upgrade mocha-phantomjs to 3.3.0
- Upgrade mocha-phantomjs to 3.2.0
- Added support for --no-color
- Upgrade mocha-phantomjs to 3.1.0
- Fix path to mocha-phantomjs binary on windows when not installed with plugin
- Fixes error thrown when tests pass and no output file specified
- Fix path to mocha-phantomjs binary on windows
- Added an output option to write test results to a file for CI support
- Added exit code to report failed tests with Travis CI
- Added check for existing local install of mocha-phantomjs
- Update phantomjs to 1.9.0 to fix unzipping issue
- Fix to omit urls from being passed to phantomjs
- Initial release supporting all options for mocha-phantomjs