Releases: meilisearch/deserr
Releases · meilisearch/deserr
v0.6.2
v0.6.1
v0.6.0
v0.5.0
v0.4.1
v0.4.0
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