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.24

17 Jul 23:20
0.9.24
da99545
Compare
Choose a tag to compare
  • Implement FromStr for serde_yaml::Number (#381)

0.9.23

15 Jul 21:10
0.9.23
6b212e0
Compare
Choose a tag to compare
  • Documentation improvements

0.9.22

24 Jun 04:10
0.9.22
060eb86
Compare
Choose a tag to compare
  • Update indexmap dependency to version 2

0.9.21

06 Apr 05:41
0.9.21
8057fad
Compare
Choose a tag to compare
  • Make Tag::new panic if given empty string, since YAML has no syntax for an empty tag

0.9.20

05 Apr 22:16
0.9.20
f833329
Compare
Choose a tag to compare
  • 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

05 Mar 21:18
0.9.19
4e1cbd8
Compare
Choose a tag to compare
  • Fix message duplication between serde_yaml::Error's Display and source() (#359, #360)

0.9.18

05 Mar 01:30
0.9.18
7f1db12
Compare
Choose a tag to compare
  • Add support for emitting Unicode characters over codepoint U+FFFF (#356)

0.9.17

20 Jan 03:23
0.9.17
1cf6e8e
Compare
Choose a tag to compare
  • Improve Debug representation of some error messages

0.9.16

19 Dec 17:16
0.9.16
e8fbca6
Compare
Choose a tag to compare
  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

0.9.15

17 Dec 19:54
0.9.15
2d0b7bd
Compare
Choose a tag to compare
  • Documentation improvements