Skip to content

phantomas v1.12.0

Choose a tag to compare

@macbre macbre released this 12 Sep 18:07
· 1688 commits to devel since this release

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

  • #524 - Count hidden images that can be lazy loaded
  • #539 - Metric: Resources Responsible for Timeout

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)

Internals

  • #540 - Prepare PhantomJS 2.0 binaries with statically-linked libraries
  • #543 - Travis: migrate to container-based infrastructure