Skip to content

Releases: NeuraLegion/multer

v3.1.0

04 Aug 08:20
d8b39e5
Compare
Choose a tag to compare

3.1.0 (2023-08-04)

Features

v3.0.3

21 Jul 20:40
f09a690
Compare
Choose a tag to compare

3.0.3 (2022-07-21)

Bug Fixes

v3.0.2

09 Mar 17:09
04d95d9
Compare
Choose a tag to compare

3.0.2 (2020-03-09)

Bug Fixes

  • read-body: flush unused data on failure (#4) (04d95d9)

v3.0.1

09 Mar 15:35
bf9f486
Compare
Choose a tag to compare

3.0.1 (2020-03-09)

Bug Fixes

  • dts: replace stream property with toStream method (#3) (bf9f486)

v3.0.0

09 Mar 15:06
d9134cd
Compare
Choose a tag to compare

3.0.0 (2020-03-09)

Bug Fixes

  • middleware: prevent any tries reading from the same stream twice (#2) (d9134cd)

BREAKING CHANGES

  • middleware: stream property is replaced with toStream method that allows the user to create a new readable stream from the temp file each time.

v2.0.0

27 Dec 10:17
Compare
Choose a tag to compare

2.0.0 (2019-12-27)

Features