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! 😊