Sourced from serde_yaml's releases.
0.9.9
0.9.8
- Fix serialization of
TaggedValuewhen used withto_value(https://github.com/facebook/flipper/issues/313)0.9.7
- Allow an empty plain scalar to deserialize as an empty map or seq (https://github.com/facebook/flipper/issues/304)
0.9.6
- Fix tag not getting serialized in certain map values (#302)
0.9.5
- Implement
Displaytrait forserde_yaml::value::Tag(https://github.com/facebook/flipper/issues/307, thanks@​masinc)0.9.4
- Add
serde_yaml::with::singleton_mapfor serialization of enums as a 1-entry map (#300)- Reject duplicate keys when deserializing
MappingorValue(#301)0.9.3
- Add categories to crates.io metadata
- Add keywords to crates.io metadata
3ef5ebb Release 0.9.9366dadc Merge pull request https://github.com/facebook/flipper/issues/315 from dtolnay/recursive7d4528a Add serde_yaml::with::singleton_map_recursived792a65 Release 0.9.8c3b792e Propagate collect_str in singleton_map Serializeref6f2c5 Merge pull request https://github.com/facebook/flipper/issues/314 from dtolnay/taggede665241 Fix serialization of TaggedValue in to_valued61a571 Add TaggedValue to_value/from_value test144eb66 Ignore too_many_lines pedantic clippy linta16e1ad Put value serializer data structures next to impls