Skip to content

Bump formidable from 1.2.1 to 2.0.1

Dependabot requested to merge dependabot-npm_and_yarn-formidable-2.0.1 into master

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

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

  • fix: add missing pluginFailed error (#794)
  • refactor: use explicit node imports (#786)

3.1.1

  • feat: handle top level json array, string and number

3.1.0

  • feat: add firstValues, readBooleans helpers

3.0.0

... (truncated)

Commits
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

Merge request reports