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 2cce60d commit e39f9e4Copy full SHA for e39f9e4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# devalue changelog
2
3
+## 4.1.0
4
+
5
+- Only deduplicate non-primitives ([#44](https://github.com/Rich-Harris/devalue/pull/44))
6
+- Error on invalid input ([#43](https://github.com/Rich-Harris/devalue/pull/43))
7
+- Fix `pkg.exports` ([#45](https://github.com/Rich-Harris/devalue/pull/45))
8
9
## 4.0.1
10
11
- Remove `devalue` export so that run time errors become build time errors
package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "4.0.1",
+ "version": "4.1.0",
"repository": "Rich-Harris/devalue",
"exports": {
".": {
0 commit comments