Skip to content

Releases: westy92/html-pdf-chrome

v0.4.3

22 Feb 16:19
931c3e0
Compare
Choose a tag to compare
  • Fixed a bug to support HTML strings longer than 2,097,152 characters. (#126, thanks @GendelfLugansk!)
  • Updated dependencies
  • Updated documentation

v0.4.2

15 Jan 14:33
Compare
Choose a tag to compare
  • Fixed a bug to prevent false positives. (#115, thanks @danielwestendorf!)
  • Updated dependencies
  • Refactored and cleaned up code
  • Stopped testing on Node.js v7, for which official support ended

v0.4.1

06 Nov 17:58
Compare
Choose a tag to compare

v0.4.0

06 Nov 05:42
Compare
Choose a tag to compare
  • added support to extract console messages and unhandled exceptions from Chrome (#88, thanks @Pajn!)
  • added option to clear Chrome's cache (#56, thanks @kyriakos!)
  • added cookie support (#58, thanks @vidaldiego!)
  • fixed bug causing generation to hang (#92, thanks @Kriegslustig!)
  • improved tests
  • updated dependencies
  • code cleanup

v0.3.0

24 Aug 00:58
Compare
Choose a tag to compare
  • added support for custom Chrome flags (#28, thanks @sparlampe!)
  • updated dependencies
  • improved documentation
  • code cleanup

v0.2.0

14 Jul 06:46
Compare
Choose a tag to compare
  • Switch to chrome-launcher 6f72ac6
  • Add render completion triggers #6
  • Add the ability to specify a timeout #6
  • Add ability to specify the Chrome binary path 3d2109b
  • Add ability to connect to a remote Chrome instance #7
  • Allow rendering of local files #11

v0.1.0

06 Jun 02:27
Compare
Choose a tag to compare
  • Added external URL support
  • Now works with Chrome stable (59)
  • Updated dependencies

v0.0.4

18 May 01:10
Compare
Choose a tag to compare
  • Enabled Windows support!

v0.0.3

12 May 06:13
Compare
Choose a tag to compare
  • Added types for Chrome's new Page.printToPDF options.
  • Only spawn Chrome if a port is not provided
  • Improved documentation
  • Cleanup code
  • Improve tests

v0.0.2

09 May 01:25
Compare
Choose a tag to compare
  • Fix .toStream()
  • Add unit tests