Skip to content

Releases: IonicaBizau/git-url-parse

14.0.0

02 Jan 09:43
Compare
Choose a tag to compare

Reencode owner and repo names -- thanks @lfcyja 🍰

13.1.1

19 Oct 09:26
Compare
Choose a tag to compare

fixed name and organization issue when parsing on the issue URL

13.1.0

16 Sep 07:03
Compare
Choose a tag to compare

Add edit filetype support /cc #146 -- thanks @ggdaltoso! 🍰

13.0.0

30 Aug 13:56
Compare
Choose a tag to compare

git-url-parse@13.0.0

There are breaking changes due to the update to parse-url@^8.0.0. ✨

12.0.0

27 Jun 13:11
Compare
Choose a tag to compare

git-url-parse 12.0.0

This is a major release fixing several issues and improving the security of the project.

Breaking changes

  • VSTS SSH URLs may give unexpected results — I left a TODO in the tests to remind us to fix it.
  • For shorthand urls use the href property instead of pathname.
  • The user and password properties are now parsed separately.

For other potential breaking changes, you may want to check out the release of git-up.

Issues Fixed

  • Fixes #102 — Support GitHub usernames with numbers (only numbers).
  • Fixes #130 — Update git-up
  • Fixes #135

If you have any suggestions and questions let me know. 😊

11.6.0

06 Sep 09:45
Compare
Choose a tag to compare

Fix parsing Bitbucket Server urls with files located in subfolders -- thanks @goober! 🍰

11.5.0

29 Jun 09:15
Compare
Choose a tag to compare

Add support for Bitbucket Server repository root and commit endpoints /cc #128 -- thanks @goober 🍰

11.4.4

27 Jan 07:43
Compare
Choose a tag to compare

Add Azure DevOps parsing git branch /cc #124 Thanks @n2ygk! 🍰

11.4.3

15 Dec 06:40
Compare
Choose a tag to compare

11.4.3

11.4.1

15 Dec 06:24
Compare
Choose a tag to compare

Fix BitBucket url parsing /cc #18 thanks @lykims 🍰