We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31c421 commit e8b6689Copy full SHA for e8b6689
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.9.0 (March 26, 2025)
6
7
- Change `FormDataEntry` and `FormDataInfo` from type to interface
8
- Fix potential prototype pollution by ignoring certain keys
jsr.json
@@ -1,5 +1,5 @@
1
{
"name": "@decode-formdata/decode-formdata",
- "version": "0.8.0",
+ "version": "0.9.0",
"exports": "./src/index.ts"
}
package.json
@@ -1,7 +1,7 @@
"name": "decode-formdata",
"description": "Decodes complex FormData into a JavaScript object",
"license": "MIT",
"author": "Fabian Hiller",
"repository": {
0 commit comments