pageres v5.0.0 Release Notes

Release Date: 2019-02-09 // about 5 years ago
  • ๐Ÿ’ฅ 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