Age | Commit message (Expand) | Author |
2019-01-23 | Bump version to update docs. | Sam Scott |
2019-01-21 | Remove unused dependencies from Cargo.toml. | Sam Scott |
2019-01-21 | Bump version. | Sam Scott |
2019-01-21 | Bump version to 0.4.2. | Sam Scott |
2019-01-21 | Minor fixes: | Sam Scott |
2018-07-09 | Let warnings through. | Sam Scott |
2018-03-01 | Set version to 0.4 release. | Sam Scott |
2018-01-03 | Update deps. | Sam Scott |
2018-01-03 | Tweak parsing logic of encoded brackets in non-strict mode. | Sam Scott |
2017-11-09 | Release candidate for 0.4. | Sam Scott |
2017-11-09 | Refactor Serialize logic to produce correct strings. | Sam Scott |
2017-11-05 | Update data-encoding major version | Julien Cretin |
2017-11-01 | Bump version to 0.3. | Sam Scott |
2017-10-31 | New parsing strategy. | Sam Scott |
2017-09-21 | Bump version to 0.2.2. | Sam Scott |
2017-09-21 | fix parse_seq_value not decoding '+' to ' ' | Jacob Brown |
2017-05-28 | Bump version to 0.2.1. | Sam Scott |
2017-05-22 | Revert "Stop LevelDeserializer from coercing values too early." | Sam Scott |
2017-05-21 | Stop LevelDeserializer from coercing values too early. | Sam Scott |
2017-05-21 | Updates to documentation. | Sam Scott |
2017-05-20 | Rewrite of most components. | Sam Scott |
2017-04-25 | Bump version to 0.1. | Sam Scott |
2017-04-24 | make compiler recommended changes | Jacob Brown |
2017-03-20 | Bump version to 0.0.2. | Sam Scott |
2017-03-16 | Move csv to dev-dependencies | Jacob Brown |
2017-03-12 | Add in docs link, clean up examples and querystring consistency. | Sam Scott |
2017-03-12 | Expand out example and a bit of testing. | Sam Scott |
2017-03-10 | Update Cargo.toml. | 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-01-31 | Bump to 0.4.1 | Anthony Ramine |
2017-01-31 | Add a couple of categories | Anthony Ramine |
2017-01-31 | Update serde to 0.9.3 and use serde::ser::Impossible | Anthony Ramine |
2017-01-29 | Bump version to 0.4.0 | 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 |
2017-01-29 | Update to serde 0.9.0 (fixes #7) | Anthony Ramine |
2016-10-23 | Bump version to 0.3.0 | Anthony Ramine |
2016-09-22 | Bump version to 0.2.2 | Anthony Ramine |
2016-09-19 | Bump version to 0.2.1 | Anthony Ramine |
2016-09-11 | Update to 0.2.0 | Anthony Ramine |
2016-09-11 | x-www-form-urlencoded meets Serde | Anthony Ramine |