Age | Commit message (Expand) | Author |
2020-08-27 | Switch from error-chain to thiserror (#33) | Josh Triplett |
2020-06-03 | Support actix-web v2 (#30) | Sam Scott |
2020-06-03 | update lints list | Marc-Antoine Perennou |
2019-01-23 | Add feature for easy use in `actix_web` extractors. | Sam Scott |
2019-01-23 | Run cargo fmt. | Sam Scott |
2019-01-23 | Add documentation and workaroud for `#[serde(flatten)]` usage. | Sam Scott |
2019-01-21 | Merge branch 'master' of github.com:samscott89/serde_qs | Sam Scott |
2019-01-21 | Minor fixes: | Sam Scott |
2018-08-04 | Update documentation to clarify strict encoding modes. | Sam Scott |
2018-07-09 | Let warnings through. | Sam Scott |
2017-11-09 | Add generic serialize `to_writer` method. | Sam Scott |
2017-11-09 | Let rustfmt do its thing. | Sam Scott |
2017-11-09 | Refactor Serialize logic to produce correct strings. | Sam Scott |
2017-11-09 | Implement `strict` option feature. | Sam Scott |
2017-10-31 | New parsing strategy. | Sam Scott |
2017-05-23 | Add note in docs about using integer keys. | Sam Scott |
2017-05-21 | Refactor errors to be of a single type and export it. | Sam Scott |
2017-05-21 | Add stricter lints. | Sam Scott |
2017-05-21 | Docs, API and panics. | Sam Scott |
2017-05-21 | Updates to documentation. | Sam Scott |
2017-05-20 | Organisational changes. | Sam Scott |
2017-05-20 | Rewrite of most components. | Sam Scott |
2017-03-12 | Address some clippy comments. | Sam Scott |
2017-03-12 | Add in docs link, clean up examples and querystring consistency. | Sam Scott |
2017-03-12 | Run rustfmt on code. | Sam Scott |
2017-03-10 | Cleaning up, modifying docs. | Sam Scott |
2017-03-09 | Refactoring aproach. | Sam Scott |
2017-02-15 | Some _very_ hacky code to get nested url_encoded params working. | Sam Scott |
2017-02-05 | Inline docs of reexports and bump version to 0.4.2 | Anthony Ramine |
2017-02-05 | Introduce de::from_reader | Arthur Skobara |
2017-01-31 | Update serde to 0.9.3 and use serde::ser::Impossible | Anthony Ramine |
2017-01-29 | Use dtoa to not allocate a String to serialize a float | Anthony Ramine |
2017-01-29 | Use itoa to not allocate a String to serialize an integer | Anthony Ramine |
2017-01-29 | Use void for the unreachable serializers | Anthony Ramine |
2016-09-11 | Add convenience functions (fixes #2) | Anthony Ramine |
2016-09-11 | x-www-form-urlencoded meets Serde | Anthony Ramine |