Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@phated phated released this 15 Dec 00:53

Fix

  • Avoid concatenating colon if no password (e38cdf1)
  • Handle non-integer port (1a9b4a6)
  • Handle empty host and hostname as None (24b00c0)
  • Properly handle pathnames when protocol does not have slashes (4e854bd)

New

Update

  • Rename order to rules (c3d42c3)
  • Small cleanup (929d3a8)
  • Utilize Jest.testAll (39309d8)
  • Cleanup potential exceptions in array access (36085b3)
  • Add resolvePathname method and test it (7d56728)
  • Enable the file:// protocol test (a5bf70c)
  • Avoid testing the interface (271b9a0)
  • Enable most tests for relative urls (dd1fc75)
  • Begin adding tests from url-parse (b48234f)
  • Variable naming and some cleanup (b085bcf)
  • Cleanup empty string logic in host/hostname (ce3f446)
  • Add test for empty Url.t and fix an issue with empty pathname parsing (547b042)
  • Add test that runs fromString on the same string 100 times (7e4fd8d)
  • Remove tests that will not be supported & note original test locations (ccf139d)

Docs

Build

Scaffold