All Versions
30
Latest Version
Avg Release Cycle
30 days
Latest Release
1233 days ago

Changelog History
Page 2

  • v1.0.50 Changes

    March 28, 2020
  • v1.0.49 Changes

    March 28, 2020
    • ๐Ÿ‘Œ Improve error message when neither "std" nor "alloc" feature is enabled (#643)
  • v1.0.48 Changes

    February 13, 2020
    • โž• Add serde_json::value::Serializer which produces a Value as output (#621, thanks @sdleffler)
  • v1.0.47 Changes

    February 07, 2020
    • Raise serde requirement to 1.0.100+ for the necessary no-std traits (#617, thanks @Xanewok)
  • v1.0.46 Changes

    February 02, 2020
    • Serialize JSON map entries using serialize_entry instead of serialize_key + serialize_value to support transcoding to XML (#614, thanks @jmfiaschi)
  • v1.0.45 Changes

    January 23, 2020

    โž• Add no-std support (#606, thanks @Xanewok)

    [dependencies]serde\_json = { version = "1.0.45", default-features = false, features = ["alloc"] }
    
  • v1.0.44 Changes

    December 04, 2019
    • Implement IntoDeserializer for serde_json::Value to allow deserializing from types like HashMap<String, Value> (#591)
  • v1.0.43 Changes

    December 04, 2019
    • Declare accurate minimum required version of indexmap crate when preserve-order feature is enabled (#590, thanks @nlordell)
  • v1.0.42 Changes

    November 24, 2019
    • โž• Add impl From<()> for Value which produces Value::Null (#585, thanks @Nilix007)
  • v1.0.41 Changes

    October 03, 2019
    • ๐Ÿ“š Documentation improvements (thanks @est31 and @yankuu)