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 4bd475e commit 3bc4211Copy full SHA for 3bc4211
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# devalue changelog
2
3
+## 1.0.3
4
+
5
+* Detect POJOs cross-realm ([#7](https://github.com/Rich-Harris/devalue/pull/7))
6
+* Error on symbolic keys ([#7](https://github.com/Rich-Harris/devalue/pull/7))
7
8
## 1.0.2
9
10
* Fix global name for UMD build
package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "1.0.2",
+ "version": "1.0.3",
"repository": "Rich-Harris/devalue",
"main": "dist/devalue.umd.js",
"module": "dist/devalue.esm.js",
0 commit comments