v2.5.1
What's Changed
- Be more detailed in documentation of set_query by @philippeitis in #737
- perf(punycode): avoid double allocation in decode_to_string by @bishopcheckmate in #894
- Use SPECIAL_PATH_SEGMENT when encoding path in from_file_path by @valenting in #902
- Add dependabot by @oriontvv in #903
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #904
- Bump actions/upload-artifact from 2 to 4 by @dependabot in #905
- Bump actions/checkout from 3 to 4 by @dependabot in #906
- Fix non-base64 data URLs with % characters not followed by hex digits by @SmaugPool in #797
- Rename
master
branch tomain
by @mrobinson in #914 - Add bench for to_ascii on an already-Punycode name by @hsivonen in #915
- Update URLs by @atouchet in #916
- Fix lint by @valenting in #920
- Fix multiple issues on wasm32, and runs url tests in CI by @micolous in #886
- Non-special URLs can have their paths erased by @DylanOToole2 in #921
- docs: document SyntaxViolation variants, remove bare URLs by @aatifsyed in #924
- docs: Document possible replacements of the base URL by @mo8it in #926
- Reimplement idna on top of ICU4X by @hsivonen in #923
New Contributors
- @philippeitis made their first contribution in #737
- @bishopcheckmate made their first contribution in #894
- @oriontvv made their first contribution in #903
- @dependabot made their first contribution in #904
- @SmaugPool made their first contribution in #797
- @hsivonen made their first contribution in #915
- @micolous made their first contribution in #886
- @DylanOToole2 made their first contribution in #921
- @aatifsyed made their first contribution in #924
- @mo8it made their first contribution in #926
Full Changelog: v2.5.0...v2.5.1