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 6b9aaf9 commit 3ba57a6Copy full SHA for 3ba57a6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# devalue changelog
2
3
+## 4.3.3
4
+
5
+- Support invalid dates ([#61](https://github.com/Rich-Harris/devalue/pull/61))
6
+- Fix incorrect `error.path` when object contains a map ([#64](https://github.com/Rich-Harris/devalue/pull/64))
7
8
## 4.3.2
9
10
- Better type declarations ([#66](https://github.com/Rich-Harris/devalue/pull/66))
package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "4.3.2",
+ "version": "4.3.3",
"repository": "Rich-Harris/devalue",
"exports": {
".": {
@@ -30,4 +30,4 @@
30
"license": "MIT",
31
"type": "module",
32
"packageManager": "[email protected]"
33
-}
+}
0 commit comments