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 686287c commit 0c35c0eCopy full SHA for 0c35c0e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# devalue changelog
2
3
+## 5.0.0
4
+
5
+- Ignore non-enumerable symbolic keys ([#78](https://github.com/Rich-Harris/devalue/pull/78))
6
7
## 4.3.3
8
9
- Support invalid dates ([#61](https://github.com/Rich-Harris/devalue/pull/61))
package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "4.3.3",
+ "version": "5.0.0",
"repository": "Rich-Harris/devalue",
"exports": {
".": {
0 commit comments