Skip to content

Releases: serde-rs/json

v1.0.91

19 Dec 17:18
v1.0.91
26f147f
Compare
Choose a tag to compare
  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

17 Dec 19:52
v1.0.90
331511d
Compare
Choose a tag to compare
  • Documentation improvements

v1.0.89

22 Nov 06:45
v1.0.89
d2f9368
Compare
Choose a tag to compare
  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#953)

v1.0.88

18 Nov 07:27
v1.0.88
9eb66da
Compare
Choose a tag to compare
  • Optimize serde_json::Map's implementation of append and clone_from (#952, thanks @Lucretiel)

v1.0.87

19 Oct 22:17
v1.0.87
993e7a6
Compare
Choose a tag to compare
  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#940, thanks @Lucretiel)

v1.0.86

09 Oct 19:51
v1.0.86
4217e8e
Compare
Choose a tag to compare
  • Support arbitrary_precision feature even in no-std mode (#928, thanks @kvinwang)

v1.0.85

21 Aug 21:08
v1.0.85
44d9c53
Compare
Choose a tag to compare
  • Make Display for Number produce the same representation as serializing (#919)

v1.0.84

21 Aug 20:34
v1.0.84
6b8b073
Compare
Choose a tag to compare
  • Make Debug impl of serde_json::Value more compact (#918)

v1.0.83

03 Aug 14:08
v1.0.83
2b0403f
Compare
Choose a tag to compare
  • Add categories to crates.io metadata

v1.0.82

29 Jun 18:47
v1.0.82
f286714
Compare
Choose a tag to compare
  • Implement From<Option<T>> for serde_json::Value where T: Into<Value> (#900, thanks @kvnvelasco)