Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Nov 27, 2014
1 parent 76a6ca4 commit 963223d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.3.0
=====
- Windows support #6
- Deprecate buffer method, always write to file from the phantom process #6


0.2.1
=====
- Support `<style></style>` in html head. It will be included in head, body & footer of a page.
Expand Down Expand Up @@ -29,5 +35,5 @@

0.1.0
=====
- Initial pdf.create function with several options
- Initial pdf.create function with several options

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 963223d

Please sign in to comment.