Skip to content

Releases: IonicaBizau/parse-path

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. 🚀

4.0.1

03 Jan 19:41
Compare
Choose a tag to compare

Happy New Year! 🎉 🚀

This pull request is going to update the documentation of this project and add the Buy me a coffee cookies and tea button:

Buy Me A Coffee

If this project helped you, tea and cookies is perhaps something I would really enjoy. :)

4.0.0

28 Oct 16:39
Compare
Choose a tag to compare

/cc #25

3.0.4

21 Jun 17:47
Compare
Choose a tag to compare

Use Number instead of parseInt to parse the port. Thanks, @ziyasal! 🍰 /cc #23

3.0.3

12 Apr 18:47
Compare
Choose a tag to compare

Trim the url before processing it.

Fixes IonicaBizau/git-url-parse#73