Skip to content

Releases: msrd0/gotham_formdata

Version 0.0.6

11 Jul 09:40
v0.0.6
568d09e
Compare
Choose a tag to compare

Changelog:

  • Update validator dependency to 0.15
  • Update code to Rust 2021 edition and fix a few lints

Version 0.0.5

13 Nov 11:17
5c3842c
Compare
Choose a tag to compare

Changelog:

  • Update gotham to 0.7 (#23)
  • Use validator crate (#21)
  • Use serde for field parsing (#22)
  • Support structs with generics

Version 0.0.4

19 May 12:40
v0.0.4
391dd28
Compare
Choose a tag to compare

Changelog:

  • Update gotham to 0.6
  • Update multer to 2.0
  • Rename regex feature to regex-validation

Version 0.0.3

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

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.

Version 0.0.1

22 Nov 14:02
v0.0.1
657b191
Compare
Choose a tag to compare

Initial release 🚀