Express Fileupload Versions Save

Simple express file upload middleware that wraps around busboy

v1.5.0

2 months ago

What's Changed

  • Ability to set custom logger for debug logging. See option logger.
  • Optimize upload timer.

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.4.3...v.1.5.0

v1.4.3

5 months ago

What's Changed

  • TypeError - Cannot read properties of undefined (reading 'includes') in lib/isEligibleRequest.js (issue #364).

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.4.2...v.1.4.3

v1.4.2

6 months ago

What's Changed

  • Fix TypeError: file.destroy is not a function (issue #259).
  • Stricter request method and headers checks (to comply with RFC 2046).
  • Do not run next after abortion on limit (issue #238).

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.4.1...v.1.4.2

v.1.4.1

7 months ago

What's Changed

  • Fix processing file names with special characters(Issue #342 )
  • Significantly decreased package size due using generated files for tests.
  • Update dependencies.

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.4.0...v.1.4.1

v1.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.3.1...v1.4.0

v1.3.1

2 years ago

Updates

  • Have promiseCallback make callbacks and promises behave the same (#302)
  • Fix prototype pollution in utilities.js (#301)
  • Switch to CircleCI (ddf553060a1041c1f36a696b1ae8b52d24083140)
  • End support for Node versions < 12 (ab3d252a28c8eb1c003528fecc5e1ef38f8954c3)

v1.2.1

3 years ago

Updates:

  • (Fix) Stopped additional responses from being sent if a limit handler exists (#264)
  • Unhandled promise rejection warning (#257)
  • Changed example (#255)
  • Passing a Buffer body will pollute req.body when used along with processNested (#291)

1.2.0

3 years ago

Bug Fixes

#241 Cleanup temporary files - @nusu

1.1.10

3 years ago

Updates:

Additional prototype-pollution security fix when using processNested (#239)

1.1.9

3 years ago

Updates:

Second prototype pollution security vulnerability fix when using processNested (#236)