Skip to content

Releases: retr0h/git-url-parse

v1.1.0

23 Jun 22:20
Compare
Choose a tag to compare

Changelog

Features

  • 8414339 feat: add GetProtocols()
  • adf8d22 feat: add gitlab parser
  • d5d608f feat: added additional GH tests

Bug fixes

  • 47047d5 fix: update GH parser path to behave like GL

Docs

  • a3faa1f docs: updated docs with supported parsers

CI

  • 00f725f ci: remove cleanup workflow

v1.0.0

22 Jun 01:08
Compare
Choose a tag to compare

Changelog

Features

  • 00fd5f7 feat: added git github URL parsing to internal pkg
  • c9a39eb feat: added https github URL parsing internal pkg
  • 9aa9540 feat: added top level repository pkg

Docs

  • 66f4fa8 docs: added static docs site
  • 1d6801a docs: removed install instructions
  • 414dc48 docs: updated codecov badge

CI

  • 830580a ci: added go releaser workflow

Others