Skip to content

Releases: sindresorhus/pageres

v6.1.0

28 Dec 18:35
Compare
Choose a tag to compare

v6.0.0

15 Dec 04:20
Compare
Choose a tag to compare

Breaking

Improvements

v5.2.1...v6.0.0

v5.2.1

16 Aug 10:40
Compare
Choose a tag to compare
  • Improve import for VS Code 3b8f78b

v5.2.0...v5.2.1

v5.2.0

17 Sep 12:59
Compare
Choose a tag to compare

v5.1.0...v5.2.0

v5.1.0

21 Mar 17:26
Compare
Choose a tag to compare
  • Upgrade dependencies 627af60
  • Replace easy-date with date-fns 8c3e077

v5.0.2...v5.1.0

v5.0.2

11 Feb 03:11
Compare
Choose a tag to compare

v5.0.1

10 Feb 17:37
Compare
Choose a tag to compare
  • Fix issue with generating multiple sizes for one URL 3b1ed78

v5.0.0...v5.0.1

v5.0.0

09 Feb 13:56
Compare
Choose a tag to compare

Breaking:

  • Switch from PhantomJS to Puppeteer (Chrome) 🎉 9685504
  • Require Node.js 8 f5a092a
  • pageres.run() now returns Promise<Buffer[]> instead of Stream[], where Buffer is the screenshot image. See the updated usage example.
  • You can no longer use protocol-less URLs. Use https://example.com instead of example.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...v5.0.0

4.5.0

10 May 15:47
Compare
Choose a tag to compare

Some minor boring improvements.

4.4.0

20 Mar 07:45
Compare
Choose a tag to compare

Include URL hash fragment in the filename. f7324f1