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 060ba3a commit 0e20b6eCopy full SHA for 0e20b6e
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.4.0 (November 12, 2023)
6
7
- Add support for millisecond dates to `getFieldDate` util (pull request #7)
8
- Improve performance and security of regular expressions
package.json
@@ -1,7 +1,7 @@
1
{
"name": "decode-formdata",
"description": "Decodes complex FormData into a JavaScript object",
- "version": "0.3.0",
+ "version": "0.4.0",
"license": "MIT",
"author": "Fabian Hiller",
"repository": {
0 commit comments