Skip to content

Releases: SpinlockLabs/github.dart

7.0.4

18 Dec 18:46
Compare
Choose a tag to compare
  • Add hasPages attribute to Repository #238

7.0.3

07 Oct 02:05
Compare
Choose a tag to compare
  • Export languageColors as part of the library. This is the map of github languages to their colors #232

7.0.2

15 Sep 22:22
Compare
Choose a tag to compare

Bug fix - #231

7.0.1

31 Jul 05:45
Compare
Choose a tag to compare
  • Add getLatestRelease() to RepositoriesService
  • Add listCurrentUserFollowing() function to UsersService

7.0.0

30 Jul 18:29
Compare
Choose a tag to compare
  • Removed deprecated CloneUrls property on Repository class

This is a breaking change and thus a major version release.

6.2.3

30 Jul 16:09
Compare
Choose a tag to compare
  • Add twitter username to User class #228
  • Improve pub.dev score

6.2.2

21 Apr 14:47
Compare
Choose a tag to compare

Fixed typo in documentation

6.2.1

21 Apr 14:12
Compare
Choose a tag to compare

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

16 Apr 03:04
Compare
Choose a tag to compare
  • 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 use cloneUrl,gitUrl,sshUrl, or svnUrl instead.
  • Bug fix: Use a shared json encoder util to remove nulls from maps and lists, encode all dates for github. #182

6.1.3

05 Mar 17:16
Compare
Choose a tag to compare
  • Add missing fields for Notification #210
  • Can now create draft PRs #212