Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: samscott89/serde_qs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: samscott89/serde_qs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 22, 2025

  1. reorder struct fields to avoid serde buffering (#128)

    * preserve deserialize ordering
    
    ---------
    
    Co-authored-by: Sam Scott <sam.scott89@gmail.com>
    TroyKomodo and samscott89 authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    9c0fe8c View commit details
    Browse the repository at this point in the history
  2. Fix clippy. (#129)

    * Fix clippy.
    
    * Update readme
    samscott89 authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    c5cad30 View commit details
    Browse the repository at this point in the history
  3. Support preserving order of parameters when serializing to a Map. (#106)

    * use IndexMap instead of BTreeMap when indexmap feature is enabled
    
    * remove example key
    
    * Update for recent changes.
    
    * Make module paths unambiguous.
    
    ---------
    
    Co-authored-by: Sam Scott <sam.scott89@gmail.com>
    wuerges and samscott89 authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    13a460d View commit details
    Browse the repository at this point in the history
  4. chore: release v0.15.0 (#130)

    * chore: release v0.14.1
    
    * Bump version to 0.15
    samscott89 authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    04f87c1 View commit details
    Browse the repository at this point in the history
Loading