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 0fc4067 commit 11dc7deCopy full SHA for 11dc7de
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# devalue changelog
2
3
+## 1.1.0
4
+
5
+* Escape lone surrogates ([#13](https://github.com/Rich-Harris/devalue/issues/13))
6
7
## 1.0.4
8
9
* Smaller output ([#10](https://github.com/Rich-Harris/devalue/pull/10))
package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "1.0.4",
+ "version": "1.1.0",
"repository": "Rich-Harris/devalue",
"main": "dist/devalue.umd.js",
"module": "dist/devalue.esm.js",
0 commit comments