Skip to content

Interface compatibility

Compare
Choose a tag to compare
@fallion fallion released this 28 Feb 10:06
· 4 commits to master since this release

BREAKING CHANGE: Project and Host is no longer directly accessible. It has been replaced by Host() and Project().

This change is to allow for easier use with interfaces. Currently it's very difficult for clients to use this library in tests.

🔧 Chores and Improvements

  • 23ded38 (ci) migrate to github actions
  • f6ee35f return an interface friendly version of GitRemote