Releases: richardgirges/express-fileupload
Releases · richardgirges/express-fileupload
v1.5.1
v1.5.0
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
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
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
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
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #310
- Upgrade busboy version by @duterte in #315
New Contributors
- @dependabot made their first contribution in #310
- @duterte made their first contribution in #315
Full Changelog: v1.3.1...v1.4.0