v0.2.0
Warning
This update contains breaking changes!
Changed
- All middlewares that assign to
req.body
have been replaced with functions that return the parsed body orundefined
in scenarios they would have previously callednext()
.
Added
ParsedMultipartData
andParsedMultipartFormData
types are now exported