Skip to content

Releases: SpinlockLabs/github.dart

8.2.2

19 Oct 00:50
Compare
Choose a tag to compare
  • Up minimum json_serializable to ^6.0.0, json_annotation to ^4.3.0
  • Cleanup and regenerate generated files
  • Require Dart SDK 2.14

8.2.1

18 Oct 03:33
983eae2
Compare
Choose a tag to compare
  • Add CheckSuiteEvent and CheckRunEvent

8.2.0

11 Oct 21:36
Compare
Choose a tag to compare
  • add more fields to the PullRequest class and fixed JSON naming bugs
    • Added:
      • requestedReviewers
      • reviewCommentCount
      • milestone
      • rebaseable
      • mergeableState
      • maintainerCanModify
      • authorAssociation
    • Fixed (these were previously always null)
      • commentsCount
      • commitsCount
      • additionsCount
      • deletionsCount
      • changedFilesCount

What's Changed

  • Add review information to PullRequest by @Piinks in #268

Full Changelog: 8.1.3...8.2.0

8.1.3

04 Oct 14:13
Compare
Choose a tag to compare
  • Add per page parameter to stars related activities #265

8.1.2

04 Oct 14:11
2446c27
Compare
Choose a tag to compare
  • Fixes RateLimit.fromRateLimitResponse to not double cast int

8.1.1

31 May 20:22
Compare
Choose a tag to compare

8.1.0

05 Apr 18:43
4875e4b
Compare
Choose a tag to compare
  • RateLimit queries /rate_limit and no longer uses quota

8.0.1

07 Mar 16:28
Compare
Choose a tag to compare
  • Improve pub score

8.0.0

07 Mar 04:24
1acbdba
Compare
Choose a tag to compare
  • Migrated to null safety for Dart 2.12
  • Allow start page, per_page, number of pages options to pagination helper
  • Allow page options for listTags

8.0.0-nullsafe.1

01 Mar 23:42
73f62a6
Compare
Choose a tag to compare
8.0.0-nullsafe.1 Pre-release
Pre-release

8.0.0-nullsafe.1

A first go at a release that supports Dart 2.12 null safety. NOTE that there are still many nullable fields. Only a handful of classes (Repository, Issue, IssueLabel) were updated to have more of their fields non-nullable.