Skip to content

phantomas v1.18.0

Choose a tag to compare

@macbre macbre released this 23 Dec 17:48
· 1526 commits to devel since this release

New version of Phantomas is out. Support for providing more than just one cookie has been added (see #667) and latency information (i.e. time for first byte metric) is now printed out as a part of offenders for static assets by type counter (see #668).

Please note that support for Node.js 0.12.x has been dropped. According to Node's LTS schedule v0.12 release support will end 2016-12-31.

As always, the full list of changes can be found below.

Enjoy new Phantomas and Merry Christmas 🎄 !

Bug fixes

  • #672 - analyze-css runScript path invalid (Windows issue)

Enhancements

  • #667 - Add support for multiple cookies
  • #668 - Latency for all assets

Internals

  • #605 - Update dependencies to get rid of vulnerabilities reported by snyk.io
  • #673 - Run TravisCI tests using Node.js 7.x
  • #676 - Bump slimerjs to 0.10.2 (submitted by @DevSide)
  • #678 - Drop support for Node.js 0.12.x

Architecture

  • #670 - fix simple-queue by enforcing only one done() call per push (fix provided by @nathanial, thanks!)