We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a6ca4 commit 963223dCopy full SHA for 963223d
2 files changed
Changelog.md
@@ -1,3 +1,9 @@
1
+0.3.0
2
+=====
3
+- Windows support #6
4
+- Deprecate buffer method, always write to file from the phantom process #6
5
+
6
7
0.2.1
8
=====
9
- Support `<style></style>` in html head. It will be included in head, body & footer of a page.
@@ -29,5 +35,5 @@
29
35
30
36
0.1.0
31
37
32
-- Initial pdf.create function with several options
38
+- Initial pdf.create function with several options
33
39
package.json
@@ -1,6 +1,6 @@
{
"name": "html-pdf",
- "version": "0.2.1",
+ "version": "0.3.0",
"description": "HTML to PDF converter that uses phantomjs",
"main": "index.js",
"directories": {
0 commit comments