Skip to content

Releases: IonicaBizau/git-url-parse

3.0.0

14 Jun 07:01

Choose a tag to compare

  • Fixed the license name in package.json.

2.0.0

14 Jun 07:01

Choose a tag to compare

  • Relicensed under The KINDLY License
  • Changed the package name from giturlparse into git-url-parse.
  • Generated docs with Blah.

1.2.0

20 Apr 15:11

Choose a tag to compare

  • 🐛 Handle the / char at the end of http(s) urls. Fixed #2
  • Parse git+ssh urls. Fixes #3
  • Added Travis integration. Fixes #4

1.1.0

07 Apr 18:54

Choose a tag to compare

  • .git was being part of the name of the repository when using the http(s) protocol
  • check if url is a string

1.0.0

07 Apr 17:25

Choose a tag to compare

  • Initial release.