Skip to content

Commit 963223d

Browse files
committed
Version 0.3.0
1 parent 76a6ca4 commit 963223d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.2.1
28
=====
39
- Support `<style></style>` in html head. It will be included in head, body & footer of a page.
@@ -29,5 +35,5 @@
2935

3036
0.1.0
3137
=====
32-
- Initial pdf.create function with several options
38+
- Initial pdf.create function with several options
3339

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-pdf",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "HTML to PDF converter that uses phantomjs",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)