We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2574f commit 974d7fdCopy full SHA for 974d7fd
History.md
@@ -1,4 +1,13 @@
1
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
11
1.1.0 / 2015-01-16
12
==================
13
package.json
@@ -1,6 +1,6 @@
{
"name": "dom-serialize",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "Serializes any DOM node into a String",
"main": "index.js",
"scripts": {
0 commit comments