Skip to content

Commit 974d7fd

Browse files
committed
Release 1.2.0
1 parent 3c2574f commit 974d7fd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
1.2.0 / 2015-02-02
3+
==================
4+
5+
* add support for one-time "serialize" callback functions
6+
* add support for a "context" argument
7+
* index: make `serializeDoctype()` more readable
8+
* README: fix typo in example output
9+
* README: better description
10+
211
1.1.0 / 2015-01-16
312
==================
413

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dom-serialize",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Serializes any DOM node into a String",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)