Skip to content

Releases: SpinlockLabs/github.dart

6.0.0-dev.1.0

03 Nov 17:52
Compare
Choose a tag to compare
6.0.0-dev.1.0 Pre-release
Pre-release

This is an alpha dev release on the 6.0 branch. It may have bugs or change in breaking ways before the stable release. See the CHANGELOG for changes. There's a lot.

5.5.0

27 Oct 20:16
1eb8496
Compare
Choose a tag to compare
  • Implement markThreadRead #185
  • Fix for activity service #187

5.4.0

15 Oct 18:24
c1208ca
Compare
Choose a tag to compare
  • Implement rate-limiting #172
  • Back off when server fails (HTTP 50x) #173
  • All remaining methods in repos_service.dart (accessible via the getter repositories from GitHub client class) have been implemented. isCollaborator, listSingleCommitComments, listCommitComments, createCommitComment, getComment, updateComment, deleteComment
  • Fixed issues.get to correctly return Future #180

5.3.0

08 Oct 19:44
1ef8630
Compare
Choose a tag to compare
  • Add the ability to upload release assets.
  • Add the ability to get an existing release by tag name.

(Non-Breaking) Deprecations:

The draft and prerelease properties in the CreateRelease and Release
classes have been renamed to isDraft and isPrerelease for clarity.
Release.targetCommitsh has been renamed to Release.targetCommitish.
The release parameter in RepositoriesService.createRelease has been renamed to createRelease.
RepositoriesService.getRelease has been renamed to RepositoriesService.getReleaseById

5.2.0

20 Sep 16:08
8d75646
Compare
Choose a tag to compare
  • Add access to labels on Pull Requests #163
  • Adding draft property to PR model #162
  • updateFile request must be a PUT #160

5.1.0

27 Aug 01:57
3d63ca1
Compare
Choose a tag to compare
  • Repository: added updatedAt and license fields.
  • Require at least Dart 2.3.0.
  • Bump version constraint on json_annotation
  • Add contents_url to PullRequestFile #159

5.0.2

10 Jul 16:12
Compare
Choose a tag to compare
  • Fixed pollPublicEventsReceivedByUser to use the correct API URL #150

5.0.1

09 Jul 19:37
447c621
Compare
Choose a tag to compare
  • Fixed a runtime exception (#139)
  • Added an optional base argument when editing a PR (#145)

5.0.0

09 Jul 17:22
Compare
Choose a tag to compare
  • BREAKING RepositoriesService.listCollaborators now returns
    Stream<Collaborator> instead of Stream<User>.
    • Collaborator is a new type that includes collaborator-specific
      information.

v2.0.0

30 Sep 15:33
Compare
Choose a tag to compare
v2.0.0