Skip to content

Releases: serde-rs/json

1.0.132

19 Oct 16:37
1.0.132
86d933c
Compare
Choose a tag to compare
  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#1206)

1.0.131

18 Oct 22:57
1.0.131
a810ba9
Compare
Choose a tag to compare
  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#1135, thanks @swlynch99)

1.0.130

18 Oct 17:37
1.0.130
2825e15
Compare
Choose a tag to compare
  • Support converting and deserializing Number from i128 and u128 (#1141, thanks @druide)

1.0.129

17 Oct 18:08
1.0.129
fe499e8
Compare
Choose a tag to compare

1.0.128

04 Sep 22:10
1.0.128
d96b1d9
Compare
Choose a tag to compare
  • Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @Mrreadiness)

1.0.127

23 Aug 20:46
1.0.127
5ebf65c
Compare
Choose a tag to compare
  • Add more removal methods to OccupiedEntry (#1179, thanks @GREsau)

1.0.126

23 Aug 19:55
1.0.126
ec980b0
Compare
Choose a tag to compare
  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#1182, thanks @CryZe)

1.0.125

15 Aug 05:38
1.0.125
6130f9b
Compare
Choose a tag to compare
  • Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @purplesyringa)

v1.0.124

11 Aug 21:08
v1.0.124
cf771a0
Compare
Choose a tag to compare
  • Fix a bug in processing string escapes in big-endian architectures (#1173, thanks @purplesyringa)

v1.0.123

11 Aug 18:11
v1.0.123
2cab07e
Compare
Choose a tag to compare