Skip to content

v0.2.0

Compare
Choose a tag to compare
@Lordfirespeed Lordfirespeed released this 22 Sep 23:29
· 2 commits to main since this release

Warning

This update contains breaking changes!

Changed

  • All middlewares that assign to req.body have been replaced with functions that return the parsed body or undefined in scenarios they would have previously called next().

Added

  • ParsedMultipartData and ParsedMultipartFormData types are now exported