Skip to content

Releases: richardgirges/express-fileupload

v1.5.0

14 Mar 22:39
3325e62
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.4.3...v.1.5.0

v1.4.3

21 Nov 18:46
98028e9
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.4.2...v.1.4.3

v1.4.2

01 Nov 14:05
fbee074
Compare
Choose a tag to compare

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: v1.4.1...v.1.4.2

v1.4.1

24 Sep 15:08
620d366
Compare
Choose a tag to compare

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: v1.4.0...v.1.4.1

v1.4.0

24 May 01:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

1.3.1

02 Feb 17:09
Compare
Choose a tag to compare

Updates

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

1.2.1

11 Jan 23:24
Compare
Choose a tag to compare

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

14 Aug 15:52
Compare
Choose a tag to compare

Bug Fixes

#241 Cleanup temporary files - @nusu

1.1.10

06 Aug 14:50
Compare
Choose a tag to compare

Updates:

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

1.1.9

31 Jul 13:01
Compare
Choose a tag to compare

Updates:

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