Prerender Chrome Headless Versions Save

Pre-render single page applications to static HTML file

v3.1.0

4 years ago

v3.0.0

5 years ago

New Features

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

Breaking change

  • Remove support for node 6 (#9) d5bc9cd

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

https://github.com/en-japan-air/prerender-chrome-headless/compare/v2.2.0...v3.0.0

v2.2.0

5 years ago

Changes

  • Update dependencies (#7) f177be1

It'll update the minimum required puppeteer version to 1.10.0

v2.1.0

6 years ago
  • Update puppeteer to version 1.3

v2.0.0

6 years ago
  • 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

v1.1.0

6 years ago

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

v1.0.0

6 years ago
  • Renders a page to static HTML