Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Releases: dtolnay/serde-yaml

0.9.14

21 Oct 17:27
0.9.14
8948d36
Compare
Choose a tag to compare
  • Implement Deserializer for TaggedValue and &TaggedValue (#339)

0.9.13

14 Sep 19:53
0.9.13
186cc67
Compare
Choose a tag to compare
  • Recognize True, TRUE, False, FALSE as booleans, Null, NULL as null (#330)

0.9.12

14 Sep 08:53
0.9.12
03da8cf
Compare
Choose a tag to compare
  • Support deserializing tagged literal scalar into primitive (#327)

    "foo": !!int |-
      7200

0.9.11

02 Sep 20:52
0.9.11
44aba92
Compare
Choose a tag to compare
  • Serialize strings on a single line when they do not already contain a newline character, regardless of string length (#321, #322)

0.9.10

21 Aug 21:04
0.9.10
831470b
Compare
Choose a tag to compare
  • Make Display for Number produce the same representation as serializing (#316)

0.9.9

14 Aug 01:34
0.9.9
3ef5ebb
Compare
Choose a tag to compare

0.9.8

13 Aug 22:04
0.9.8
d792a65
Compare
Choose a tag to compare
  • Fix serialization of TaggedValue when used with to_value (#313)

0.9.7

13 Aug 20:23
0.9.7
a6da7b9
Compare
Choose a tag to compare
  • Allow an empty plain scalar to deserialize as an empty map or seq (#304)

0.9.6

13 Aug 07:35
0.9.6
fba18a9
Compare
Choose a tag to compare
  • Fix tag not getting serialized in certain map values (#302)

0.9.5

13 Aug 06:38
0.9.5
9b37aca
Compare
Choose a tag to compare
  • Implement Display trait for serde_yaml::value::Tag (#307, thanks @masinc)