phantomas v1.18.0
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
runScriptpath invalid (Windows issue)
Enhancements
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!)