All Versions
15
Latest Version
Avg Release Cycle
57 days
Latest Release
1265 days ago

Changelog History
Page 1

  • v0.8.14 Changes

    October 31, 2020
    • ๐Ÿ›  Fix handling of scalars consisting of digits with leading zeros (#180, thanks @stephanbuys)
  • v0.8.13 Changes

    June 10, 2020
    • ๐Ÿ“š Documentation improvements
  • v0.8.12 Changes

    May 10, 2020
    • โž• Add serde_yaml::mapping module containing Mapping's various iterator types: Iter, IterMut, IntoIter
    • ๐Ÿ›  Fix deserialization of certain strings incorrectly as NaN or infinity; only .nan and .inf and -.inf are YAML's permitted representations for NaN and infinity
  • v0.8.11 Changes

    October 05, 2019
    • โž• Add seeded versions of deserialize functions (#135, thanks @toasteater)
  • v0.8.10 Changes

    October 04, 2019
    • Implement PartialEq for Value == u64, Value == bool (#138, #139, thanks @CAD97)
  • v0.8.9 Changes

    May 02, 2019
    • โž• Add Value::get_mut to index into a &mut Value, returning Option
  • v0.8.8 Changes

    December 01, 2018
    • 0๏ธโƒฃ Provide an implementation of Default for serde_yaml::Value which produces Value::Null (#120, thanks @macisamuele)
  • v0.8.7 Changes

    October 28, 2018
    • ๐Ÿ‘ Allow YAML tags to be used to specify an enum variant (#115, thanks @EliSnow)
  • v0.8.6 Changes

    October 14, 2018
    • ๐Ÿ‘ 128-bit integer support (#110)
  • v0.8.5 Changes

    September 25, 2018
    • ๐Ÿ‘Œ Support integers represented in binary, e.g. 0b0101 (#106, thanks @p4l1ly)