Skip to content

Releases: IonicaBizau/parse-path

7.1.0

Choose a tag to compare

@IonicaBizau IonicaBizau released this 15 Apr 07:02

7.1.0

7.0.3

Choose a tag to compare

@IonicaBizau IonicaBizau released this 14 Apr 14:11

7.0.3

7.0.2

Choose a tag to compare

@IonicaBizau IonicaBizau released this 11 Apr 10:24

Typescript types /cc #44

7.0.1

Choose a tag to compare

@IonicaBizau IonicaBizau released this 14 Feb 01:11

 - 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

Choose a tag to compare

@IonicaBizau IonicaBizau released this 03 Aug 08:11

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

6.0.0

Choose a tag to compare

@IonicaBizau IonicaBizau released this 25 Jul 09:17

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

Choose a tag to compare

@IonicaBizau IonicaBizau released this 27 Jun 09:03

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

Choose a tag to compare

@IonicaBizau IonicaBizau released this 06 Jun 20:10

Remove the new line characters.

4.0.3

Choose a tag to compare

@IonicaBizau IonicaBizau released this 09 Jan 18:17

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

4.0.2

Choose a tag to compare

@IonicaBizau IonicaBizau released this 09 Aug 14:53

Update docs and licence year. 🚀