Releases: dtolnay/serde-yaml
Releases · dtolnay/serde-yaml
0.9.14
- Implement
Deserializer
for TaggedValue
and &TaggedValue
(#339)
0.9.13
- Recognize
True
, TRUE
, False
, FALSE
as booleans, Null
, NULL
as null (#330)
0.9.11
- Serialize strings on a single line when they do not already contain a newline character, regardless of string length (#321, #322)
0.9.10
- Make
Display
for Number
produce the same representation as serializing (#316)
0.9.8
- Fix serialization of
TaggedValue
when used with to_value
(#313)
0.9.7
- Allow an empty plain scalar to deserialize as an empty map or seq (#304)
0.9.6
- Fix tag not getting serialized in certain map values (#302)
0.9.5
- Implement
Display
trait for serde_yaml::value::Tag
(#307, thanks @masinc)