Releases: sindresorhus/pageres
Releases · sindresorhus/pageres
4.4.0
4.3.0
4.1.1
4.1.0
4.0.0 - PhantomJS 2!
The PhantomJS project finally published a non-broken v2!
3.0.2
- Fix crash on absolute local path. 6bc31b1
3.0.1 - promise-land
Highlights
The API is now promise based instead of using callbacks. 1fce7d1
Support for Node.js 0.10 is dropped.
Update
$ npm install --save pageres
Changes
2.1.0 - twisty-turtle
2.0.0 - spliced-catfish
We decided to split the CLI out into a separate module. This has the benefit of making the readme less messy and will make the pageres
dependency tree smaller for those that only need the programmatic API.
Update
$ npm uninstall --global pageres && npm install --global pageres-cli
Changes
1.4.0 - aint-nobody-got-time-for-that
Update
$ npm install --global pageres
Highlights
- Add current
time
as a filename template option. 344fe68