Releases: westy92/html-pdf-chrome
Releases · westy92/html-pdf-chrome
v0.4.3
- Fixed a bug to support HTML strings longer than 2,097,152 characters. (#126, thanks @GendelfLugansk!)
- Updated dependencies
- Updated documentation
v0.4.2
- 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.0
- 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
- added support for custom Chrome flags (#28, thanks @sparlampe!)
- updated dependencies
- improved documentation
- code cleanup
v0.2.0
- 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
- Added external URL support
- Now works with Chrome stable (59)
- Updated dependencies
v0.0.3
- 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
- Fix
.toStream()
- Add unit tests