Electron Render Service Versions Save

Microservice for rendering PDF/PNG/JPEG from HTML with Electron

1.0.0

6 years ago
  • v1 makes no breaking changes, only marking the API stable.
  • Update to Electron v1.7.12
  • Support unicode emoji up to latest official v10 (by @AubreyHewes)
  • Added env flag CHROMIUM_CLI_SWITCHES to append number of Chromium CLI switches on boot.

0.11.0

6 years ago
  • Update to Electron v1.7.5

0.10.2

6 years ago
  • Update Electron to v1.6.10
  • Allow rendering of pages using RequireJS (PR #43)

0.10.1

7 years ago
  • Fix restarting Docker container (PR #39 by @Reggino)

0.10.0

7 years ago
  • Update Electron to v1.6.2 (Chrome 56)
  • Run Docker container through shell @Reggino
  • Retry PDF rendering big HTML pages @Reggino

0.9.1

7 years ago
  • Fix waitForText double callback error

0.9.0

7 years ago
  • Update Electron to v1.4.15
  • Add a workaround to broken async waitForText (https://crbug.com/670498)
  • Fix crashes when using delay and waitForText with invalid urls.
  • Documentation tweaks

0.8.0

7 years ago
  • Update Electron to v1.3.4
  • Documentation fixes

0.7.0

7 years ago
  • Added direct HTML POSTing support (by @Reggino)
  • Updated Electron to v1.2.5
  • Added custom PDF pageSize support
  • BREAKING: Window is now transparent, enabling watermarking etc.

0.6.0

7 years ago
  • Update Electron to v1.1.0 with Node v6
  • Remove Babel