Skip to content

7.0.0

Compare
Choose a tag to compare
@IonicaBizau IonicaBizau released this 27 Jun 09:30
· 89 commits to master since this release

parse-url 7.0.0

⭐ This is a major release of parse-url! ⭐

Breaking changes

  • If the input url has a trailing slash, the trailing slash will be added in the pathname too.
  • The port field is a string. By default empty.
  • Added the password field (default: "")
  • The resource may contain the port in it (e.g. resource: "domain.com:4200").

Features

  • Faster
  • More secure
  • Cleaner codebase