Bump formidable from 1.2.1 to 2.0.1
Bumps formidable from 1.2.1 to 2.0.1.
Changelog
Sourced from formidable's changelog.
Changelog
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
- fix: rename wrongly named error
- refactor: rename wrongly named maxFileSize into maxTotalFileSize
3.1.5
- fix: PersistentFile.toString (#796)
3.1.4
3.1.1
- feat: handle top level json array, string and number
3.1.0
- feat: add firstValues, readBooleans helpers
3.0.0
- feat: remove options.multiples (730)
- use modern URLSearchParams https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams internally
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by tunnckocore, a new releaser for formidable since your current version.
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