Skip to content

Releases: serde-rs/json

v1.0.101

11 Jul 22:45
v1.0.101
1e1bfa8
Compare
Choose a tag to compare

v1.0.100

04 Jul 19:42
v1.0.100
d2fce19
Compare
Choose a tag to compare
  • Support -Z minimal-versions

v1.0.99

24 Jun 04:37
v1.0.99
b4ec50c
Compare
Choose a tag to compare
  • Support serializing serde's option type in a map key (#1030, thanks @LPGhatguy)

v1.0.98

24 Jun 04:11
v1.0.98
ba29a89
Compare
Choose a tag to compare
  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

16 Jun 04:50
v1.0.97
a0ddb25
Compare
Choose a tag to compare
  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#1026)

v1.0.96

12 Apr 23:40
v1.0.96
187f7da
Compare
Choose a tag to compare
  • Guarantee that to_writer only writes valid UTF-8 strings (#1011, thanks @stepancheg)

v1.0.95

27 Mar 17:02
v1.0.95
4ea38c4
Compare
Choose a tag to compare
  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#1004, #1005)

v1.0.94

05 Mar 18:29
v1.0.94
a15bd09
Compare
Choose a tag to compare
  • Fix message duplication between serde_json::Error's Display and source() (#991, #992)

v1.0.93

08 Feb 20:32
v1.0.93
0ebeede
Compare
Choose a tag to compare
  • Support 128-bit integers in serde_json::to_value (#982)

v1.0.92

05 Feb 05:05
v1.0.92
a9c984f
Compare
Choose a tag to compare
  • Documentation improvements