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 d398df9 commit 891b9e5Copy full SHA for 891b9e5
Changelog.md
@@ -1,3 +1,9 @@
1
+2.0.0
2
+=====
3
+- Upgrade to PhantomJS v2 [#107](https://github.com/marcbachmann/node-html-pdf/pull/107)
4
+- Add `base` option to allow relative asset urls [#99](https://github.com/marcbachmann/node-html-pdf/pull/99)
5
+
6
7
1.5.0
8
=====
9
You can use tags with ids in your html to get custom headers and footers:
package.json
@@ -1,6 +1,6 @@
{
"name": "html-pdf",
- "version": "1.5.0",
+ "version": "2.0.0",
"description": "HTML to PDF converter that uses phantomjs",
"engines": {"node": ">=4.0.0"},
"main": "lib/index.js",
0 commit comments