We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c2707 commit ea7b887Copy full SHA for ea7b887
2 files changed
Changelog.md
@@ -1,3 +1,10 @@
1
+0.2.1
2
+=====
3
+- Support <script></script> in html head. It will be included in head, body & footer of a page.
4
+- Parse options.timeout. You can now pass a string.
5
+- Improved options documentation
6
+
7
8
0.2.0
9
=====
10
- Support remote images in html template
package.json
@@ -1,6 +1,6 @@
{
"name": "html-pdf",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "HTML to PDF converter that uses phantomjs",
"main": "index.js",
"directories": {
0 commit comments