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 edd0653 commit 8e8c7c8Copy full SHA for 8e8c7c8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# devalue changelog
2
3
+## 4.0.0
4
+
5
+- Rename `devalue` function to `uneval`
6
+- Add `parse` and `stringify` functions
7
8
## 3.1.3
9
10
- Add `pkg.main`
package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "3.1.3",
+ "version": "4.0.0",
"repository": "Rich-Harris/devalue",
"exports": {
".": {
0 commit comments