Skip to content

Releases: serde-rs/json

v1.0.81

03 May 19:25
v1.0.81
a0ea937
Compare
Choose a tag to compare
  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#885, thanks @cuviper)

v1.0.80

03 May 16:22
v1.0.80
585e4c5
Compare
Choose a tag to compare
  • Documentation improvements

v1.0.79

12 Feb 04:53
v1.0.79
7025523
Compare
Choose a tag to compare
  • Allow RawValue deserialization to propagate \u escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#830, thanks @lucacasonato)

v1.0.78

22 Jan 23:58
v1.0.78
98cafac
Compare
Choose a tag to compare
  • Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct" (#851)

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)