Releases: dtolnay/serde-yaml
Releases · dtolnay/serde-yaml
0.9.24
- Implement FromStr for serde_yaml::Number (#381)
0.9.23
- Documentation improvements
0.9.22
- Update indexmap dependency to version 2
0.9.21
- Make
Tag::new
panic if given empty string, since YAML has no syntax for an empty tag
0.9.20
- Allow an empty YAML document to deserialize to
None
or Value::Null
, in addition to the previously supported empty vector, empty map, and struct with no required fields
0.9.19
- Fix message duplication between serde_yaml::Error's
Display
and source()
(#359, #360)
0.9.18
- Add support for emitting Unicode characters over codepoint U+FFFF (#356)
0.9.17
- Improve Debug representation of some error messages
0.9.16
- Opt out of
-Zrustdoc-scrape-examples
on docs.rs for now
0.9.15
- Documentation improvements