From now on **phantomas uses PhantomJS 2.1.x only** (**the support for the legacy 1.9.x version has been removed** - 602). Please use `--webkit` or `--gecko` command line options to switch between engines. `--webkit2` no longer works.
The full list of changes (mostly bug fixes) can be found below.
Changelog
Improvements
- 594 - Added aws cloudwatch as reporter (by EFF)
- 578 - Add offenders to cssNotMinified, cssLength, cssRules, cssSelectors & cssDeclarations
Bug fixes
- 613 - Automatically allow main domain when using --allow-domain (by gmetais)
- 612 - Replace `.once` by `.on` for metrics consistency after a JS redirection (by gmetais)
- 607 - Fix init event re-triggered at the end of the page load (by gmetais)
- 596 - Json output is invalid and truncated for large reports
- 587 - Analyze-Css module incorrect processing of query parameters
Internals
- 616 - Travis: cache node modules
- 615 - async / elasticsearch: update dependencies
- 609 - Added additional information to promise reject function (by alex-e-leon)
- 608 - Remove the webkit2 solution (by gmetais)
- 603 - glob / http-server: update dependencies
- 602 - Use PhantomJS 2.x only