Skip to content

Releases: IonicaBizau/git-url-parse

15.0.0

22 Aug 08:38
Compare
Choose a tag to compare

Fixed parsing branch with slashes in its name /cc #170 Thanks @mixa1901 🍰

14.1.0

15 Jul 10:32
Compare
Choose a tag to compare

fix parsing with 'blob' in file path /cc #168

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

[email protected]

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