Interface compatibility
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.