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

05 Oct 00:25
0.8.11
db27fa7
Compare
Choose a tag to compare

0.8.10

04 Oct 20:29
0.8.10
6c2a10f
Compare
Choose a tag to compare
  • Implement PartialEq for Value == u64, Value == bool (#138, #139, thanks @CAD97)

0.8.9

02 May 21:11
0.8.9
f9509c8
Compare
Choose a tag to compare
  • Add Value::get_mut to index into a &mut Value, returning Option

0.8.8

01 Dec 23:33
0.8.8
83a4f63
Compare
Choose a tag to compare
  • Provide an implementation of Default for serde_yaml::Value which produces Value::Null (#120, thanks @macisamuele)

0.8.7

28 Oct 06:19
0.8.7
fc90a86
Compare
Choose a tag to compare
  • Allow YAML tags to be used to specify an enum variant (#115, thanks @EliSnow)

0.8.6

14 Oct 21:33
0.8.6
f375c85
Compare
Choose a tag to compare
  • 128-bit integer support (#110)

0.8.5

25 Sep 18:02
0.8.5
29d54cc
Compare
Choose a tag to compare
  • Support integers represented in binary, e.g. 0b0101 (#106, thanks @p4l1ly)

0.8.4

15 Sep 20:16
0.8.4
c82357a
Compare
Choose a tag to compare
  • Limit recursion to 128 levels to avoid stack overflows (#105)

0.8.3

03 Sep 16:32
0.8.3
49e1e6f
Compare
Choose a tag to compare
  • Fix possible panic during deserialization (#101)

0.8.2

03 Sep 16:31
0.8.2
81eb976
Compare
Choose a tag to compare
  • Documentation improvements