Skip to content

Version 0.0.3

Compare
Choose a tag to compare
@msrd0 msrd0 released this 14 Dec 22:15
v0.0.3
8c63dfb

Changelog

  • Replace non-async multipart crate with async multer crate
  • Enable more types to be used with the derive macro (like Vec<u8>)
  • Allow custom types to be used with the derive macro
  • Allow invalid utf-8 for both urlencoded and multipart, not just urlencoded

Note: Version 0.0.2 was never released, 0.0.1 is the previous version.