Releases: samscott89/serde_qs
Releases · samscott89/serde_qs
v1.0.0-rc.3
v1.0.0-rc.2
v1.0.0-rc.1
v1.0.0-rc.0
Release candidate for stable v1 release
This release constitutes an full, incremental rewrite of v0.15 (the core of which was written about 8 years ago).
Changes
The rewrite:
- addresses numerous existing bugs and feature requests
- expands support for many more tyype
- ensures most types roundtrip (ser -> de) correctly, with an extensive test suite to check
- implements numerous performance optimizations, resulting in ~3x speedup and times generally in the sub-microsecond range. 101DC
- simplifies a ton of the internal code, removing unnecessary de/serialization abstractions
The goal is to release this as a stable release shortly. Please leave any feedback here: #134
v0.15.0
v0.14.0
v0.13.0
First GitHub-tagged release