v1.0.149
- Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @b41sh)
v1.0.147
- Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)
v1.0.146
- Set fast_arithmetic=64 for riscv64 (#1305, thanks @Xeonacid)
v1.0.143
- Implement Clone and Debug for serde_json::Map iterators (#1264, thanks @xlambein)
- Implement Default for CompactFormatter (#1268, thanks @SOF3)
- Implement FromStr for serde_json::Map (#1271, thanks @mickvangelderen)
v1.0.141
- Optimize string escaping during serialization (#1273, thanks @conradludgate)