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 4df79e1 commit 84d0822Copy full SHA for 84d0822
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to the library will be documented in this file.
4
5
-## vX.X.X (Month DD, YYYY)
+## v0.6.0 (February 11, 2024)
6
7
- Change output for empty strings, `'null'` and `'undefined'` (issue #9)
8
package.json
@@ -1,7 +1,7 @@
1
{
"name": "decode-formdata",
"description": "Decodes complex FormData into a JavaScript object",
- "version": "0.5.0",
+ "version": "0.6.0",
"license": "MIT",
"author": "Fabian Hiller",
"repository": {
0 commit comments