Open main menu
米舟开源
Java
Golang
Javascript
Swift
Android
Rust
中间件
软件
Changelog
教程
工具
联系我们
samscott89/serde_qs
Watch
Star
Fork
简介
统计
版本
2026-08-08 02:59:59
serde_qs
samscott89
v1.1.3
Fixed
percent-encode
%
in default query-string mode (
#173
)
Other
multiple values including null return parsing error (
#172
)
2026-05-15 11:15:27
serde_qs
samscott89
v1.1.2
Fixed
do not strict-validate ignored compound fields (
#168
)
2026-04-06 00:29:36
serde_qs
samscott89
v1.1.1
Other
Cargo feature / dependency cleanup (
#165
)
2026-03-22 03:51:32
serde_qs
samscott89
v1.1.0
Added
add DuplicateKeyBehavior config option (
#162
)
2026-02-02 05:25:26
serde_qs
samscott89
v1.0.0
Other
fix typos and improve clarity in documentation comments (
#157
)
2026-01-14 11:10:09
serde_qs
samscott89
v1.0.0-rc.5
Other
fix typos and improve clarity in documentation comments (
#157
)
2025-12-15 01:28:30
serde_qs
samscott89
v1.0.0-rc.4
Other
Bump warp (
#156
)
Update deserialization logic + add principles. (
#147
)
Bump MSRV + add profiling examples (
#154
)
2025-05-28 07:04:34
serde_qs
samscott89
v1.0.0-rc.3
Other
Error when hitting serialization max depth (
#144
)
Deserialize empty value as bool=true (
#142
)
2025-05-28 01:12:34
serde_qs
samscott89
v1.0.0-rc.2
Other
Cleanup of web utils remove redundant
OptionalQsQuery
(since
Option<T>
now works) and add
QsForm
(
#140
)
More tests / minor change to field encoding (
#139
)
2025-05-27 05:11:32
serde_qs
samscott89
v1.0.0-rc.1
Other
Fix maps with integer keys. (
#138
)
Support explicit serialization formatting for arrays. (
#137
)
v1 changelog (and more tests) (
#135
)