Releases: SpinlockLabs/github.dart
Releases · SpinlockLabs/github.dart
8.2.2
- 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
- Add
CheckSuiteEvent
andCheckRunEvent
8.2.0
- 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
- Added:
What's Changed
Full Changelog: 8.1.3...8.2.0
8.1.3
8.1.2
- Fixes
RateLimit.fromRateLimitResponse
to not double cast int
8.1.1
8.1.0
RateLimit
queries/rate_limit
and no longer uses quota
8.0.1
- Improve pub score
8.0.0
- 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
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.