Releases: IonicaBizau/parse-path
Releases · IonicaBizau/parse-path
7.0.0
6.0.0
parse-path 6.0.0
Breaking changes
- The
resource
property will not contain theport
anymore. Added thehost
property which has the port too.
5.0.0
parse-path
5.0.0
⭐ This is a major release of parse-path
! ⭐
Breaking changes
parse-path
will not parsegit@...
ssh URLs anymore. Useparse-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
Remove the new line characters.
4.0.3
Handle backslash in the input and use query-string, so the module is supported in the browser
4.0.2
Update docs and licence year. 🚀
4.0.1
4.0.0
3.0.4
3.0.3
Trim the url before processing it.