Releases: IonicaBizau/git-url-parse
Releases · IonicaBizau/git-url-parse
11.1.3
Update docs and licence year. 🚀
11.1.2
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:

If this project helped you, tea and cookies is perhaps something I would really enjoy. :)
11.1.1
Update the node version in travis
11.0.0
Fix the tests, upgrade dependencies
10.0.1
Fix parsing of source
with 2 parts SLD
/cc #80 Thanks @pvdlg!
10.0.0
Fix parsing of source
with 2 parts SLD
/cc #80 Thanks @pvdlg!
9.0.1
Fix the name
property parsing /cc #77
Fix #75
When the path is relative the urlInfo.pathname
does not start with / so substring(1) removed the first character. The fix is to remove the first character only if it is a /
.
Thanks, @pvdlg! 🍰