v0.3.0
What's Changed
- Fix
url_search_params
move constructor by @rmisev in #29 - Fix benchmark_wpt function so that it returns an error code by @rmisev in #30
- Minor fixes by @rmisev in #31
- Add
upa::path_from_file_url
function by @rmisev in #32 - Disallow null characters in URL <-> path conversions by @rmisev in #33
- Do not allow "." and ".." as UNC share names by @rmisev in #34
- Bump github/codeql-action from 2 to 3 by @dependabot in #35
- Disallow dot-dot segments in the path argument of url_from_file_path by @rmisev in #36
- Remove file_path_format::detect by @rmisev in #37
- Use ssciwr/doxygen-install action to install doxygen 1.9.8 by @rmisev in #38
Full Changelog: v0.2.0...v0.3.0