phantomas v1.12.0
This release of phantomas brings the support for PhantomJS 2.0 - see #488 on how to use it as it's not the default engine yet.
The statically linked PhantomJS 2.0 binaries were verified to work on the following amd64 distros:
- Debian 8
- Ubuntu 12.04 LTS (aka Precise)
- Travis CI environment (Ubuntu 12.04)
Full list of changes below.
Changelog
New metrics
Improvements
- #531 - Introduce phantomjs2 engine that uses PhantomJS 2.0 binary
- #532 - Add a DOM path to images that could be lazyloaded
- #544 - Send basic auth to analyze-css (by @gmetais)
Bug fixes
- #535 - --no-externals does not seem to work for early loaded assets
- #542 - Do not fail when importing not existing engine
- #549 - If metric 'timeToLastByte' hasn't been fired, use last entry (by @william-p)