We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d032f46 commit 613840dCopy full SHA for 613840d
2 files changed
Changelog.md
@@ -0,0 +1,21 @@
1
+0.1.3
2
+=====
3
+- Update phantomjs node module dependency, some cdn changed
4
+
5
6
+0.1.2
7
8
+- Update lib/index.js
9
+- Document options in README
10
11
12
+0.1.1
13
14
+- Remove temp file when options.filename is not present
15
+- Update README
16
17
18
+0.1.0
19
20
+- Initial pdf.create function with several options
21
package.json
@@ -1,6 +1,6 @@
{
"name": "html-pdf",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "HTML to PDF converter that uses phantomjs",
"main": "index.js",
"directories": {
0 commit comments