Skip to content

Releases: piuccio/prerender-chrome-headless

v3.1.0

Choose a tag to compare

@piuccio piuccio released this 08 Jun 05:56
  • Update puppeteer to version 1.17.0 (#11) 0510658

v3.0.0...v3.1.0

v3.0.0

Choose a tag to compare

@piuccio piuccio released this 21 Mar 05:26

New Features

  • Added functionality to pass puppeteer options (#8) c61b129

Breaking change

No code has actually changed, so it's likely that version 3.0.0 will actually still work on node6, but future versions might not.

Minor changes

  • Update puppeteer from version 1.11.0 to 1.13.0 (#9) d5bc9cd

v2.2.0...v3.0.0

v2.2.0

Choose a tag to compare

@piuccio piuccio released this 26 Nov 08:44

Changes

It'll update the minimum required puppeteer version to 1.10.0

v2.1.0

Choose a tag to compare

@piuccio piuccio released this 23 Apr 08:21
  • Update puppeteer to version 1.3

v2.0.0

Choose a tag to compare

@piuccio piuccio released this 21 Dec 05:52
  • Use puppeteer for generating static pages. It works better than directly instrumenting chrome-headless. There is no API change, it's actually a backward compatible release.

  • Add an option to report uncaught error while rending the page. It could be used to fail the build instead or simply be notified that the production bundle contains errors

1.1.0

Choose a tag to compare

@piuccio piuccio released this 03 Aug 01:19

Add options delayLaunch and delayPageLoad to wait before extracting the page html

1.0.0

Choose a tag to compare

@piuccio piuccio released this 26 Jun 05:12
  • Renders a page to static HTML