Skip to content

Releases: IonicaBizau/git-url-parse

11.1.3

09 Aug 12:06
Compare
Choose a tag to compare

Update docs and licence year. 🚀

11.1.2

03 Jan 16:47
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. :)

11.1.1

06 Nov 21:30
Compare
Choose a tag to compare

Update the node version in travis

11.1.0

06 Nov 21:26
Compare
Choose a tag to compare

Support Azure DevOps URLs /cc #91 Thanks @jakekrammer-axosoft! 🍰

11.0.1

28 Oct 17:43
Compare
Choose a tag to compare

Remove debugger

11.0.0

28 Oct 17:08
Compare
Choose a tag to compare

Fix the tests, upgrade dependencies

10.1.0

15 Oct 20:15
Compare
Choose a tag to compare

Support for commit urls. Thanks, @vedranjukic! 🍰 /cc #84

10.0.1

16 Jul 03:29
Compare
Choose a tag to compare

Fix parsing of source with 2 parts SLD

/cc #80 Thanks @pvdlg!

10.0.0

16 Jul 03:24
Compare
Choose a tag to compare

Fix parsing of source with 2 parts SLD

/cc #80 Thanks @pvdlg!

9.0.1

28 May 21:22
Compare
Choose a tag to compare

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