Skip to content

8.0.0

Compare
Choose a tag to compare
@IonicaBizau IonicaBizau released this 03 Aug 08:37
· 55 commits to master since this release

parse-url 8.0.0

Breaking Changes

  • The resource property will not contain the port, but the host one will.
  • Throw an error if the input is invalid. Hence, file paths like /home/path/to/dir will only be valid if the file:// protocol is added (file://home/path/to/dir)
  • Throw an error if the input length exceeds the maximum length (parse.MAX_URL_LENGTH), by default 2048.

Fixes

Other changes