repository_url 1.1.1 repository_url: ^1.1.1 copied to clipboard
Alternative `Uri` object for handling Git repository URL format
1.1.1 #
- Fix verification in alternative SSH factory.
1.1.0 #
- Change condition of Git alternative SSH:
- Factory method
RepositoryUrl.altSsh
's parameterpath
becomes required (userinfo)@(host)
will be handled by built-inUri
. However, it still throwFormatException
since it does not contains scheme.
- Factory method
1.0.0 #
- Initial release