We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3576f46 commit daec9a6Copy full SHA for daec9a6
Changelog.md
@@ -1,3 +1,9 @@
1
+1.4.0
2
+=====
3
+- Add `httpHeaders` option.
4
+- Fix loading of remote assets by implementing loadFinish event correctly
5
+
6
7
1.2.1
8
=====
9
- Remove 2 minute force timeout [#40](https://github.com/marcbachmann/node-html-pdf/issues/40)
package.json
@@ -1,6 +1,6 @@
{
"name": "html-pdf",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "HTML to PDF converter that uses phantomjs",
"main": "lib/index.js",
"directories": {
0 commit comments