All Versions
12
Latest Version
Avg Release Cycle
141 days
Latest Release
1677 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.2.1 Changes
August 16, 2020- ๐ Improve import for VS Code 3b8f78b
-
v5.2.0 Changes
September 17, 2019 -
v5.1.0 Changes
March 21, 2019 -
v5.0.2 Changes
February 11, 2019- ๐ Fix the
format
option 499ca1d#diff-21e9ddd93162651bd36f6e5bbfca8460R256
- ๐ Fix the
-
v5.0.1 Changes
February 10, 2019- ๐ Fix issue with generating multiple sizes for one URL 3b1ed78
-
v5.0.0 Changes
February 09, 2019๐ฅ Breaking:
- ๐ฑ Switch from PhantomJS to Puppeteer (Chrome) ๐9685504
- Require Node.js 8 f5a092a
- โก๏ธ
pageres.run()
now returnsPromise<Buffer[]>
instead ofStream[]
, whereBuffer
is the screenshot image. See the updated usage example. - You can no longer use protocol-less URLs. Use
https://example.com
instead ofexample.com
. - ๐ The
pageres.on('warning')
event was removed - ๐ง Linux users will need to enable system sandboxing if they get a "No usable sandbox!" error
Other:
-
v4.5.1
July 10, 2017 -
v4.5.0 Changes
May 10, 2017Some minor boring improvements.
-
v4.4.0 Changes
March 20, 2017Include URL hash fragment in the filename. f7324f1
-
v4.3.0 Changes
January 07, 2017๐ New option to increment the filename if a file with that name already exists, instead of overwriting. b91f0ea