Releases: NeuraLegion/multer
Releases · NeuraLegion/multer
v3.1.0
3.1.0 (2023-08-04)
Features
v3.0.3
3.0.3 (2022-07-21)
Bug Fixes
v3.0.2
3.0.2 (2020-03-09)
Bug Fixes
- read-body: flush unused data on failure (#4) (04d95d9)
v3.0.1
3.0.1 (2020-03-09)
Bug Fixes
- dts: replace
stream
property with toStream
method (#3) (bf9f486)
v3.0.0
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
2.0.0 (2019-12-27)
Features