Skip to content

Releases: serde-rs/json

v1.0.77

22 Jan 20:54
v1.0.77
d8512af
Compare
Choose a tag to compare
  • Include discord invite links in the published readme
  • Improve compile error on compiling with neither std nor alloc feature enabled
  • Include integration tests in published package (#578)

v1.0.76

22 Jan 13:15
v1.0.76
19e9b74
Compare
Choose a tag to compare
  • Fix a build error when features raw_value and alloc are enabled while std is disabled (#850)

v1.0.75

22 Jan 13:14
v1.0.75
a22b686
Compare
Choose a tag to compare
  • Fix deserialization of small integers in arbitrary_precision mode (#845)

v1.0.74

01 Jan 20:15
v1.0.74
58d40de
Compare
Choose a tag to compare
  • Allow creating RawValues from references to unsized values (#841, thanks @EFanZh)

v1.0.73

13 Dec 22:21
v1.0.73
296f718
Compare
Choose a tag to compare
  • Update itoa dependency to 1.0

v1.0.72

25 Nov 05:31
v1.0.72
76e376c
Compare
Choose a tag to compare
  • Interpret \u-encoded lone surrogates when deserializing into a byte string (#828, #829, thanks @lucacasonato)

v1.0.71

17 Nov 20:43
v1.0.71
379412b
Compare
Choose a tag to compare

v1.0.70

13 Nov 03:09
v1.0.70
a050481
Compare
Choose a tag to compare

v1.0.69

05 Nov 19:40
v1.0.69
5c4f8b2
Compare
Choose a tag to compare

v1.0.68

14 Sep 20:13
v1.0.68
9420d3a
Compare
Choose a tag to compare
  • Preserve negative sign of -0 when deserializing to f32 or f64 (#799, #801)