Skip to content

4.3.0

Compare
Choose a tag to compare
@domenic domenic released this 12 Jan 00:42
· 190 commits to main since this release

Returned failure in state override scheme parsing, per whatwg/url@4617e33. (This only impacts consumers of this library using the stateOverride option.)

Disallowed invalid IPv4 addresses in the IPv6 parser, per whatwg/url@a7ae1b8.

Fixed a bug where IPv6 address trailing zeros were not being compressed correctly. (#66, @rmisev)