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 | |||
2024-04-14 | Update README.md | Sam Scott | |
2024-04-07 | Update README with more info on why (not) to use this | Sam Scott | |
2023-03-02 | Fix clippy, bump version. | Sam Scott | |
2023-01-07 | Bump version. | Sam Scott | |
2022-07-09 | Bump version to 0.10 | Sam Scott | |
This release changes the behaviour of non-strict encoding to no longer error on values that cannot be UTF8 decoded. | |||
2022-03-05 | Add an `actix` feature to provide a nicer error message (#57) | Sam Scott | |
* Add an `actix` feature to provide a nicer error message for people migrating from <= 0.8 * Fix tests. * Bump version in readme. | |||
2020-12-17 | Set MSRV to 1.36 and test. | Sam Scott | |
2020-12-06 | Update README version. | Sam Scott | |
2020-12-06 | Add GitHub Actions. | Sam Scott | |
2020-08-27 | Version bump. | Sam Scott | |
2020-06-03 | Support actix-web v2 (#30) | Sam Scott | |
* update dependencies - actix-web v2 - percent encoding v2.1 - rust 2018 edition - remove rustfmt no longer supported rules * ci: add feature build matrix * fix actix unit tests Co-authored-by: Mario Reder <mreder1289@gmail.com> | |||
2020-04-30 | Rack, not to be confused with Rake. | Michael Kirk | |
2019-06-10 | Bump version number. | Sam Scott | |
2019-04-28 | Add badges and bump version. | Sam Scott | |
2019-01-23 | Bump version to update docs. | Sam Scott | |
2019-01-21 | Bump version. | Sam Scott | |
2019-01-21 | Bump version to 0.4.2. | Sam Scott | |
2018-07-09 | Let warnings through. | Sam Scott | |
2018-03-01 | Set version to 0.4 release. | Sam Scott | |
2017-11-01 | Bump version to 0.3. | Sam Scott | |
2017-09-21 | Bump version to 0.2.2. | Sam Scott | |
2017-05-28 | Bump version to 0.2.1. | Sam Scott | |
2017-05-21 | Update README. | Sam Scott | |
Code bears little resemblance to the serde_urlencoded code now. | |||
2017-05-21 | Finish refactor work. | Sam Scott | |
Allows serializing/deserializing enums as requested in issue #6. | |||
2017-04-25 | Bump version to 0.1. | Sam Scott | |
Some features seem to be stabilising a little, but still needs more testing etc. | |||
2017-03-20 | Update README. | Sam Scott | |
2017-03-12 | Run rustfmt on code. | Sam Scott | |
2017-03-10 | Update README. | Sam Scott | |
2017-02-05 | Inline docs of reexports and bump version to 0.4.2 | Anthony Ramine | |
2017-01-29 | Bump version to 0.4.0 | Anthony Ramine | |
2016-09-19 | Bump version to 0.2.1 | Anthony Ramine | |
2016-09-11 | Fix number version in README | Anthony Ramine | |
2016-09-11 | x-www-form-urlencoded meets Serde | Anthony Ramine | |