v1.0.0-rc.5
- fix typos and improve clarity in documentation comments (#157)
v1.0.0-rc.0
This release constitutes an full, incremental rewrite of v0.15 (the core of which was written about 8 years ago).
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.
- 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: https://github.com/samscott89/serde_qs/issues/134