- Allow all page settings, including ability to specify a request method
- Update dependencies
- Replace jshint with xo
- Update the test matrix
- Package.json cleanup
- Pass per-test options through to the test function
- Drop support for Node.js 0.10 and 0.12
- See the migration guide for details
- Amends page.open to provide greater detail of errors
- Support Node.js 6.x
- Update dependencies
- node-phantom-simple:
~2.0
to~2.2
- node-phantom-simple:
- Update repository references to springernature
- Update the license
- Add the ability to specify the path to the PhantomJS binary
- Support Node.js 5.x
- Update dependencies
- Initial 2.0 release
- Overhaul the API
- Drop Node.js 0.10 support
- Switch the PhantomJS bridge
- Specify a default
resourceTimeout
option - Add a
timeout
option - See the migration guide for details
- Add Node.js 4.x support
- Update dependencies
- Update dependencies
- Add code coverage reporting
- Update hasbin to fix an issue which broke Windows support
- Use JSCS to check for code-style issues
- Update dependencies
- Add an example of testing multiple URLs
- Initial release