phantomas v1.14.0
It's been a while since the last release of phantomas
, but I believe it was worth waiting for ;)
Thanks to #488 and #592 phantomas now uses PhantomJS 2.1.x official binaries.
You can use --engine=webkit
to switch to the legacy 1.9.x version (it will be removed in phantomas 1.15).
DNS and Connect timings (introduced in #477) were reverted (#575) as they provided zero in 99,9% of cases in both SlimerJS and PhantomJS 2.
The full list of changes can be found below.
Changelog
Bug fixes
- #558 - Getting 255 (PhantomJS 2.0.0 crashes) for some sites
- #569 - Resolved promise with error code 1
- #575 - Revert "DNS and Connect timings"
- #581 - CSV responses inconsistent
- #586 - npm install should install without compile error under Node 4+ (by @dimichgh)
- #583 - add extra err check for analyzeCss result (by @ingoclaro)
- #589 - Fix --allow-domain option (by @gmetais)