Releases: SpinlockLabs/github.dart
Releases · SpinlockLabs/github.dart
7.0.4
7.0.3
7.0.2
7.0.1
- Add
getLatestRelease()
to RepositoriesService - Add
listCurrentUserFollowing()
function toUsersService
7.0.0
- Removed deprecated CloneUrls property on Repository class
This is a breaking change and thus a major version release.
6.2.3
6.2.2
Fixed typo in documentation
6.2.1
Minor internal maintenance release
- Consolidated utils from src/util.dart into src/common/utils/utils.dart
- Added a new top level entry point
hooks.dart
to improve dartdocs and IDE usability when writing hooks
6.2.0
- Added Checks API #182
- Bug fix: Fix setRepositorySubscription to be a PUT instead of a POST 5b5d765
- Bug fix: Repository clone URLs were null. DEPRECATED
Repository.cloneUrls
usecloneUrl
,gitUrl
,sshUrl
, orsvnUrl
instead. - Bug fix: Use a shared json encoder util to remove nulls from maps and lists, encode all dates for github. #182