v2.4.0
Crate version bump
- data-url to 0.3.0
- percent-encoding to 2.3.0
- form_urlencoded to 1.2.0
- idna to 0.4.0
- url to 2.4.0
What's Changed
- url: add the authority method by @unleashed in #674
- Fix clippy warnings by @nickelc in #810
- Replace unmaintained/outdated github actions by @nickelc in #811
- Implement potentially strip spaces for opaque paths by @CYBAI in #813
- percent_encoding: faster percent_encode_byte by @klensy in #814
- Update urltestdata.json WPT test cases by @valenting in #819
- Fix anarchist URL where path starts with // by @qsantos in #817
- Avoid string allocation to get length of port by @qsantos in #823
- No colon when setting empty password by @qsantos in #825
- Url is special by @qsantos in #826
- Update msrv to 1.56 to keep up with serde-derive by @valenting in #827
no_std
support forform_urlencoded
,data-url
andidna
by @madsmtm in #722- Compile with serde feature on Rust playground and docs.rs by @dtolnay in #832
- Fix issues with file drives by @valenting in #839
- Update url to 2.4.0 and release new version by @valenting in #840
New Contributors
- @nickelc made their first contribution in #810
- @CYBAI made their first contribution in #813
- @klensy made their first contribution in #814
- @qsantos made their first contribution in #817
- @madsmtm made their first contribution in #722
- @dtolnay made their first contribution in #832
Full Changelog: v2.3.1...v2.4.0