Skip to content

Releases: serde-rs/json

v1.0.21

17 Jun 03:02
v1.0.21
9d315a1
Compare
Choose a tag to compare
  • Allow serializing a map with char keys (#453, thanks @fdionisi)

v1.0.20

07 Jun 06:10
v1.0.20
c85963c
Compare
Choose a tag to compare
  • Switch to indexmap as the implementation of the "preserver_order" feature, as linked-hash-map is no longer maintained (#451, thanks @lnicola)

v1.0.19

30 May 07:25
v1.0.19
0cbfb5d
Compare
Choose a tag to compare

v1.0.18

26 May 22:31
v1.0.18
1d88205
Compare
Choose a tag to compare
  • Support serializing and deserializing 128-bit integers (#448)

v1.0.17

01 May 20:16
v1.0.17
e0a350f
Compare
Choose a tag to compare
  • Consistent meaning of serde_json::Value equality whether or not "preserve_order" feature is enabled (#438, thanks @Diggsey)

v1.0.16

21 Apr 22:18
v1.0.16
5dcf09d
Compare
Choose a tag to compare
  • Add values_mut() iterator for serde_json::Map (#437)

v1.0.15

17 Apr 18:55
v1.0.15
7bcb7c7
Compare
Choose a tag to compare
  • Make treatment of deserializer hints by serde_json::from_value consistent with serde_json::from_str

v1.0.14

15 Apr 03:25
v1.0.14
aeed62d
Compare
Choose a tag to compare
  • Clearer Debug representation of serde_json::Error (#410)

v1.0.13

21 Mar 19:15
v1.0.13
8c5d5e4
Compare
Choose a tag to compare
  • Add an arbitrary_precision feature which allows the serialization and deserialization of serde_json::Number to operate on data of arbitrary size/precision, rather than just fixed-width primitive integer and floating point types (#416, thanks @alexreg)

v1.0.12

19 Mar 05:40
v1.0.12
cc8e0b5
Compare
Choose a tag to compare

(dependency bump only)