8000 Releases · samscott89/serde_qs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: samscott89/serde_qs

v1.0.0-rc.3

27 May 23:04
f24f916
Compare
Choose a tag to compare

Other

  • Error when hitting serialization max depth (#144)
  • Deserialize empty value as bool=true (#142)

v1.0.0-rc.2

27 May 17:12
57b643c
Compare
Choose a tag to compare

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)

v1.0.0-rc.1

26 May 21:11
7c3c66f
Compare
Choose a tag to compare

Other

  • Fix maps with integer keys. (#138)
  • Support explicit serialization formatting for arrays. (#137)
  • v1 changelog (and more tests) (#135)

v1.0.0-rc.0

26 May 16:28
fa9a391
Compare
Choose a tag to compare

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

22 Apr 20:18
04f87c1
Compare
Choose a tag to compare

Other

  • Support preserving order of parameters when serializing to a Map. (#106)
  • Fix clippy. (#129)
  • reorder struct fields to avoid serde buffering (#128)

v0.14.0

04 Mar 21:41
e51f658
Compare
Choose a tag to compare

Other

  • Add release plz CI (#125)
  • Update CI config (#124)
  • update axum to v0.8 (#118)
  • :multiple_bound_locations (#103)
  • Add axum::OptionalQsQuery (#102)
  • generate docs for axum support as well (#100)
  • Update README.md

v0.13.0

04 Mar 17:35
c6e5914
Compare
Choose a tag to compare

First GitHub-tagged release

0