Skip to content

Releases: serde-rs/json

v1.0.75

22 Jan 13:14
v1.0.75
a22b686

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

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

Choose a tag to compare

  • Update itoa dependency to 1.0

v1.0.72

25 Nov 05:31
v1.0.72
76e376c

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

Choose a tag to compare

v1.0.70

13 Nov 03:09
v1.0.70
a050481

Choose a tag to compare

v1.0.69

05 Nov 19:40
v1.0.69
5c4f8b2

Choose a tag to compare

v1.0.68

14 Sep 20:13
v1.0.68
9420d3a

Choose a tag to compare

  • Preserve negative sign of -0 when deserializing to f32 or f64 (#799, #801)

v1.0.67

28 Aug 18:38
v1.0.67
f6bbab4

Choose a tag to compare

  • Fix inconsistency of deserialization of unknown fields in a struct variant from bytes vs from Value (#795)

v1.0.66

29 Jul 21:43
v1.0.66
6346bb3

Choose a tag to compare

  • Preserve exponent signifier and unary plus in exponent of arbitrary_precision numbers (#786, thanks @ruifengx)