Skip to content

Releases: IonicaBizau/parse-path

7.1.0

15 Apr 07:02
Compare
Choose a tag to compare

7.0.3

14 Apr 14:11
Compare
Choose a tag to compare

7.0.3

7.0.2

11 Apr 10:24
Compare
Choose a tag to compare

Typescript types /cc #44

7.0.1

14 Feb 01:11
Compare
Choose a tag to compare

 - Update the documentation.

  • Add the GitHub Sponsors link. 

As always, I am very grateful to those supporting my projects! You can do that by donating via PayPal or via GitHub Sponsors.

Thank you very much! ❤️

7.0.0

03 Aug 08:11
Compare
Choose a tag to compare

Add the parse_failed property — whether the input was parsed successfully or not.

6.0.0

25 Jul 09:17
Compare
Choose a tag to compare

parse-path 6.0.0

Breaking changes

  • The resource property will not contain the port anymore. Added the host property which has the port too.

5.0.0

27 Jun 09:03
Compare
Choose a tag to compare

parse-path 5.0.0

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

Breaking changes

  • parse-path will not parse git@... ssh URLs anymore. Use parse-url for that.
  • 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

Any questions, suggestions, contributions are always welcome! 😊

4.0.4

06 Jun 20:10
Compare
Choose a tag to compare

Remove the new line characters.

4.0.3

09 Jan 18:17
Compare
Choose a tag to compare

Handle backslash in the input and use query-string, so the module is supported in the browser

4.0.2

09 Aug 14:53
Compare
Choose a tag to compare

Update docs and licence year. 🚀