We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088e5a5 commit 8114821Copy full SHA for 8114821
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# devalue changelog
2
3
+## 5.2.0
4
+
5
+- Handle custom classes with null proto as pojo ([#95](https://github.com/sveltejs/devalue/pull/95))
6
7
## 5.1.1
8
9
- Only iterate over own properties of reducers ([#80](https://github.com/Rich-Harris/devalue/pull/80))
package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "5.1.1",
+ "version": "5.2.0",
"repository": "Rich-Harris/devalue",
"sideEffects": false,
"exports": {
0 commit comments