Skip to content

Commit ea7b887

Browse files
committed
Version 0.2.1
1 parent d4c2707 commit ea7b887

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
0.2.0
29
=====
310
- Support remote images in html template

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.0",
3+
"version": "0.2.1",
44
"description": "HTML to PDF converter that uses phantomjs",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)