Releases: IonicaBizau/parse-path
Releases · IonicaBizau/parse-path
Release list
7.1.0
7.0.3
7.0.2
7.0.1
- 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
Add the parse_failed property — whether the input was parsed successfully or not.
6.0.0
parse-path 6.0.0
Breaking changes
- The
resourceproperty will not contain theportanymore. Added thehostproperty which has the port too.
5.0.0
parse-path 5.0.0
⭐ This is a major release of parse-path! ⭐
Breaking changes
parse-pathwill not parsegit@...ssh URLs anymore. Useparse-urlfor that.- If the input url has a trailing slash, the trailing slash will be added in the
pathnametoo. - The
portfield is a string. By default empty. - Added the
passwordfield (default:"") - The resource may contain the
portin it (e.g.resource: "domain.com:4200").
Features
- Faster
- More secure
- Cleaner codebase
Any questions, suggestions, contributions are always welcome! 😊
4.0.4
4.0.3
Handle backslash in the input and use query-string, so the module is supported in the browser