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 ed122c6 commit f3fd2aaCopy full SHA for f3fd2aa
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# devalue changelog
2
3
+## 5.1.1
4
+
5
+- Only iterate over own properties of reducers ([#80](https://github.com/Rich-Harris/devalue/pull/80))
6
7
## 5.1.0
8
9
- Handle typed arrays and array buffers ([#69](https://github.com/Rich-Harris/devalue/pull/69))
package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "5.1.0",
+ "version": "5.1.1",
"repository": "Rich-Harris/devalue",
"sideEffects": false,
"exports": {
0 commit comments