Releases: msrd0/gotham_formdata
Releases · msrd0/gotham_formdata
Version 0.0.6
Version 0.0.5
Version 0.0.4
Changelog:
- Update
gotham
to 0.6 - Update
multer
to 2.0 - Rename
regex
feature toregex-validation
Version 0.0.3
Changelog
- Replace non-async
multipart
crate with asyncmulter
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.