Bump formidable from 2.1.1 to 3.4.0
Bumps formidable from 2.1.1 to 3.4.0.
Release notes
Sourced from formidable's releases.
v3.2.5
No release notes provided.
3.2.4
No release notes provided.
3.1.4
https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md
Changelog
Sourced from formidable's changelog.
3.4.0
- feature: (#940) form.parse returns a promise if no callback is provided
- it resolves with and array
[fields, files]
3.3.2
- feature: (#855) add options.createDirsFromUploads, see README for usage
- form.parse is an async function (ignore the promise)
- benchmarks: add e2e becnhmark with as many request as possible per second
- npm run to display all the commands
- mark as latest on npm
3.2.5
- fix: (#881) fail earlier when maxFiles is exceeded
3.2.4
- fix: (#857) improve keep extension
- The code from before 3.2.4 already removed some characters from the file extension. But not always. So it was inconsistent.
- The new code cuts the file extension at the first invalid character (invalid in a file extension).
- The characters that are considered invalid inside a file extension are all except the . numbers and a-Z.
- This change only has an effect if filename option is not used and keepextension option is used
3.2.3
- fix: (#852) end event is emitted once
3.2.2
- refactor: (#801)
3.2.1
- fix: do not let empty file on error (#796)
- it was probably due to the fact that .destroy on a file stream does not always complete on time
3.2.0
- feat: maxFileSize option is now per file (as the name suggests) (#791)
- feat: add maxFiles option, default Infinity
- feat: add maxTotalFileSize, default is maxFileSize (for backwards compatibility)
- fix: minFileSize is per file
- fix: allowEmptyFiles fix in cases where one file is not empty
- fix: allowEmptyFiles false option by default
... (truncated)
Commits
- See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts