Skip to content

Releases: IonicaBizau/parse-url

8.1.0

30 Aug 12:53
Compare
Choose a tag to compare

[email protected]

  • fix: cjs to load normalize-url /cc #58
  • fix: Include index.d.ts in package.json /cc #63
  • feat: support custom SSH username /cc #60
  • feat: improve regex pattern /cc #59

Thanks to @privatenumber and @briancoit for their contributions! 🍰

8.0.0

03 Aug 08:37
Compare
Choose a tag to compare

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

7.0.2

27 Jun 09:42
Compare
Choose a tag to compare

Add the url in the error object, fixes #14

7.0.1

27 Jun 09:33
Compare
Choose a tag to compare

📝 docs

7.0.0

27 Jun 09:30
Compare
Choose a tag to compare

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

5.0.8

06 Jun 20:17
Compare
Choose a tag to compare

Update dependencies

6.0.0

29 Jun 09:08
Compare
Choose a tag to compare

Major release to update normalize-url to the latest version.

Perhaps not compatible with Safari anymore unless normalize-url will release a patch.

Fixes #19. 🎉

5.0.6

25 Jun 02:45
Compare
Choose a tag to compare
  • Added typescript support /cc #25 -- thanks @Strandor! 🍰
  • Fix normalize url default options /cc #27 -- thanks @icecubed! 🍰

5.0.5

23 Jun 13:35
Compare
Choose a tag to compare

Downgrade the normalize-url version

5.0.3

02 Jun 12:42
Compare
Choose a tag to compare

Update modules, thanks @andreainnocenti! 🍰