Skip to content

Releases: nlnwa/whatwg-url

v0.5.0

16 Sep 12:02
6d8579b
Compare
Choose a tag to compare

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

21 May 14:35
080aecb
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 Jun 11:29
8306140
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 Jun 13:07
cd40f9d
Compare
Choose a tag to compare

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

23 May 10:39
5fe754e
Compare
Choose a tag to compare
  • 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 '=', but url.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

12 Apr 21:08
Compare
Choose a tag to compare

Fix panic caused by setting an eponymous search parameter

v0.1.2

14 Jun 08:20
9a67708
Compare
Choose a tag to compare
Merge pull request #9 from nlnwa/fix-slow-state

Fix nonlinear runtime in stateQuery and stateFragment

v0.1.1

31 Mar 09:30
544a3f7
Compare
Choose a tag to compare
Merge pull request #5 from houseme/master

feat:replace 'github.com/willf/bitset' to 'github.com/bits-and-blooms…

v0.1.0

11 Dec 12:31
27356dd
Compare
Choose a tag to compare

First release.
Library is concidered feature complete, but API is still concidered experimental and might change before reaching 1.0.0