What's Changed
- fix: enable wasip2 feature for wasm32-wasip2 target by @brooksmtownsend in #960
- Fix idna tests with no_std by @cjwatson in #963
- Fix debugger_visualizer test failures. by @valenting in #967
- Add AsciiSet::EMPTY and boolean operators by @joshka in #969
- mention why we pin unicode-width by @Manishearth in #972
- refactor and add tests for percent encoding by @joshka in #977
- Add a test for and fix issue #974 by @hansl in #975
no_std
support for theurl
crate by @domenukk in #831- Normalize URL paths: convert /.//p, /..//p, and //p to p by @theskim in #943
- support Hermit by @m-mueller678 in #985
- fix: support
wasm32-wasip2
on the stable channel by @brooksmtownsend in #983 - Improve serde error output by @konstin in #982
- OSS-Fuzz: Add more fuzzer by @arthurscchan in #988
- Merge idna-v1x to main by @hsivonen in #990
New Contributors
- @brooksmtownsend made their first contribution in #960
- @cjwatson made their first contribution in #963
- @joshka made their first contribution in #969
- @hansl made their first contribution in #975
- @theskim made their first contribution in #943
- @m-mueller678 made their first contribution in #985
- @konstin made their first contribution in #982
- @arthurscchan made their first contribution in #988
Full Changelog: v2.5.2...v2.5.3