Skip to content

Releases: serde-rs/json

v1.0.115

26 Mar 06:04
v1.0.115
b1ebf38

Choose a tag to compare

  • Documentation improvements

v1.0.114

20 Feb 00:18
v1.0.114
e1b3a6d

Choose a tag to compare

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

29 Jan 03:45
v1.0.113
09d865b

Choose a tag to compare

  • Add swap_remove and shift_remove methods on Map (#1109)

v1.0.112

26 Jan 22:03
v1.0.112
7fece96

Choose a tag to compare

  • Improve formatting of "invalid type" error messages involving floats (#1107)

v1.0.111

04 Jan 07:30
v1.0.111
0131ac6

Choose a tag to compare

  • Improve floating point parsing performance on loongarch64 (#1100, thanks @heiher)

v1.0.110

04 Jan 07:29
v1.0.110
df5cf21

Choose a tag to compare

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

01 Jan 00:46
v1.0.109
f88bf1f

Choose a tag to compare

  • Documentation improvements

v1.0.108

30 Oct 15:38
v1.0.108
4bc1eaa

Choose a tag to compare

v1.0.107

13 Sep 22:54
v1.0.107
b6e113f

Choose a tag to compare

  • impl IntoDeserializer for &RawValue (#1071)

v1.0.106

09 Sep 19:22
v1.0.106
45f10ec

Choose a tag to compare

  • Add Value::as_number accessor (#1069, thanks @chanced)
  • Add Number::as_str accessor under "arbitrary_precision" feature (#1067, thanks @chanced)