Skip to content

Releases: meilisearch/deserr

v0.6.2

02 Jul 14:10
e55b610
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.2

v0.6.1

20 Sep 12:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

11 May 10:23
5a02740
Compare
Choose a tag to compare

What's Changed

  • Disable actix-web default features by @jirutka in #35

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

11 May 09:53
Compare
Choose a tag to compare

What's Changed

  • Add support for chars, arrays and fix the support of 3 elements tuples by @irevoire in #34

Full Changelog: v0.4.1...v0.5.0

v0.4.1

14 Feb 11:59
8db15c0
Compare
Choose a tag to compare

What's Changed

  • Provide an extractor for the query parameters in actix-web by @irevoire in #33

Full Changelog: v0.4.0...v0.4.1

v0.4.0

07 Feb 18:37
Compare
Choose a tag to compare

What's Changed

  • Test each attributes independently by @irevoire in #19
  • Use control flow instead of result by @irevoire in #21
  • Rename the DeserializeFromValue trait and macro into Deserr by @irevoire in #22
  • Rename from into try_from by @irevoire in #24
  • provide better json error messages by @irevoire in #25
  • provide a default query params error type by @irevoire in #26
  • Get rids of the DefaultError by @irevoire in #27
  • implements the from attribute by @irevoire in #28
  • Write extensive documentation on the crate and the macro by @irevoire in #20
  • Implement the did you mean message for the json and query parameter errors by @irevoire in #31
  • Move the error types to an errors module by @irevoire in #32

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Jan 16:30
23fbff0
Compare
Choose a tag to compare

Fix an issue where the enum value were identified as string