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