Releases: nlnwa/whatwg-url
Releases · nlnwa/whatwg-url
v0.5.1
v0.5.0
What's Changed
- ci: run tests on pull_request by @maeb in #28
- fix: url.parseOpaqueHost percent encoding validation by @dunglas in #24
- fix: remove useless duplicated call to WithDefaultScheme by @dunglas in #25
- chore: remove redundant checks in basicParser by @dunglas in #26
- feat: Expose basic parser by @maeb in #29
New Contributors
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #19
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #20
- Fix IPv4Addr to String on 32-bit architectures by @maeb in #22
New Contributors
- @dependabot made their first contribution in #19
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Updated parser to return similar named errors as in spec by @johnerikhalse in #16
- Improved IDNA support by @johnerikhalse in #17
- Documented basic usage by @johnerikhalse in #18
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Updated parser to be compatible with whatwg version from 24 May 2023. by @johnerikhalse in #15
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- When using the SearchParams API, query parameters with empty value are now serialized with a single equals sign ('='). So
url.SearchParams().Set("aname", "")
is serialized with '=', buturl.SetSearch("aname")
is serialized without '='. - Added an option to preserve the previous behaviour of the SearchParams API (a query parameter with empty value was serialized without the single equals sign).
- Implemented the option for the Google Safe Browsing profile.
v0.1.3
v0.1.2
v0.1.1
v0.1.0
First release.
Library is concidered feature complete, but API is still concidered experimental and might change before reaching 1.0.0