Skip to content

Releases: jsdom/whatwg-url

7.1.0

21 Oct 16:08
Compare
Choose a tag to compare

Removed gopher: special-case parsing and origin computation, per whatwg/url@d589670 and whatwg/url@7ae1c69.

7.0.0

18 Aug 19:48
Compare
Choose a tag to compare

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

08 Jun 20:39
Compare
Choose a tag to compare

Percent-encoded ' characters in the query portion of URLs with special schemes, per whatwg/url@6ef17eb.

6.4.1

22 Apr 19:16
Compare
Choose a tag to compare

Fixed the href setter to update the searchParams of a URL instance. (@TimothyGu, #114)

6.4.0

05 Dec 22:41
Compare
Choose a tag to compare

Changed percent-escaping rules in the query portion of URLs, per whatwg/url@7a3c69f.

6.3.0

25 Sep 01:02
Compare
Choose a tag to compare

Fixed Windows drive letter handling when resolving relative to another Windows-drive-letter-containing URL, per whatwg/url@2eef975.

6.2.1

25 Sep 01:01
Compare
Choose a tag to compare

Updated to the new 1.x tr46 package, for fully spec- and tests-compliant host parsing.

6.2.0

25 Sep 01:00
Compare
Choose a tag to compare

Fixed URLSearchParams to remove the "?" from its parent URL if the query becomes empty, per whatwg/url@4315826.

6.1.0

30 Jun 00:16
Compare
Choose a tag to compare

Made the scheme setter properly reset the port as appropriate, per whatwg/url@0f53958.

6.0.1

29 Jun 03:44
Compare
Choose a tag to compare

Removed unused dependency (stable) from package.json.