Releases: jsdom/whatwg-url
7.1.0
Removed gopher:
special-case parsing and origin computation, per whatwg/url@d589670 and whatwg/url@7ae1c69.
7.0.0
Changed file:
URLs to have an opaque origin, which serializes to "null"
. Previously all file:
URLs shared an origin serialization of "file://"
. This is underspecified, so either behavior is technically correct, but opaque origins is the more conservative choice.
Improved error messages for invalid input URLs to include those input strings.
Upgraded our webidl2js built-time code-generation dependency from 7.4.x to 9.x; see that package's changelog for details.
6.5.0
Percent-encoded '
characters in the query portion of URLs with special schemes, per whatwg/url@6ef17eb.
6.4.1
6.4.0
Changed percent-escaping rules in the query portion of URLs, per whatwg/url@7a3c69f.
6.3.0
Fixed Windows drive letter handling when resolving relative to another Windows-drive-letter-containing URL, per whatwg/url@2eef975.
6.2.1
6.2.0
Fixed URLSearchParams
to remove the "?
" from its parent URL
if the query becomes empty, per whatwg/url@4315826.
6.1.0
Made the scheme setter properly reset the port as appropriate, per whatwg/url@0f53958.