Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-04 | Update CI config (#124) | Sam Scott | |
* Fix axum test * Add comments explaining CI strategy * Bump deps and increase MSRV to 1.63 * Pin `csv` to an older version for MSRV * Keep serde_with as 2.0 for MSRV too | |||
2025-03-04 | clippy::multiple_bound_locations (#103) | Cyril Plisko | |
* clippy::multiple_bound_locations * A few more clippy fixes. --------- Co-authored-by: Sam Scott <sam@osohq.com> | |||
2024-04-07 | Fix empty output in csv_vectors example (#89) | Neil Hansen | |
2024-04-07 | Add test for `csv_vectors` example (#82) | Alexander | |
2020-12-06 | Add GitHub Actions. | Sam Scott | |
2020-06-03 | Revert to rustfmt defaults. | Sam Scott | |
2020-06-03 | silence rand warning | Marc-Antoine Perennou | |
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||
2019-01-23 | Run cargo fmt. | Sam Scott | |
2019-01-21 | Merge branch 'master' of github.com:samscott89/serde_qs | Sam Scott | |
2019-01-21 | Minor fixes: | Sam Scott | |
- Suppress deprecated warning from error-chain - Fix clippy issues - Update dependencies - Update example to csv 1.0 | |||
2018-08-04 | Update documentation to clarify strict encoding modes. | Sam Scott | |
2018-08-04 | use non-strict parsing to allow round-trip in example | Walther Chen | |
2017-11-09 | Let rustfmt do its thing. | Sam Scott | |
2017-09-21 | Bump version to 0.2.2. | Sam Scott | |
2017-05-21 | Updates to documentation. | Sam Scott | |
2017-05-20 | Rewrite of most components. | Sam Scott | |
Simplify `ser` logic, and expand `de` functionality. | |||
2017-04-25 | Implement deserializing primitives properly. | Sam Scott | |
This finishes the work to upgrade to serde 1.0. Thanks to @kardeiz for starting the work in issue #3. This also clairifies how enums work with serde_qs: only with adjacently tagged enums for the time being. | |||
2017-04-24 | make compiler recommended changes | Jacob Brown | |
2017-03-12 | Address some clippy comments. | Sam Scott | |
Add docs for `Config`. | |||
2017-03-12 | Run rustfmt on code. | Sam Scott | |
2017-03-12 | Expand out example and a bit of testing. | Sam Scott | |
2017-03-10 | Expand tests and examples. | Sam Scott | |
Need to fix sequences. |