Sourced from serde_yaml's releases.
0.9.13
- Recognize
True,TRUE,False,FALSEas booleans,Null,NULLas null (https://github.com/facebook/flipper/issues/330)0.9.12
Support deserializing tagged literal scalar into primitive (https://github.com/facebook/flipper/issues/327)
"foo": !!int |- 72000.9.11
- Serialize strings on a single line when they do not already contain a newline character, regardless of string length (https://github.com/facebook/flipper/issues/321, https://github.com/facebook/flipper/issues/322)
0.9.10
- Make
DisplayforNumberproduce the same representation as serializing (https://github.com/facebook/flipper/issues/316)
186cc67 Release 0.9.1343615b1 Merge pull request https://github.com/facebook/flipper/issues/330 from dtolnay/tagresolution35037c5 Add some null and boolean representationsa7b9862 Add a core schema tag resolution test161f60c Add a sponsors link7687acb Remove default package.readme metadata from Cargo.toml03da8cf Release 0.9.12129a24e Merge pull request https://github.com/facebook/flipper/issues/328 from dtolnay/taggedliteralc68127f Clean up tagged literal matchingbfff6c1 Support deserializing tagged literal scalar into primitive