1+ ## 9.18.0
2+
3+ * Adds the initial ` PushEvent ` object in https://github.com/SpinlockLabs/github.dart/pull/386
4+ * Update the ` Repository ` values ` created_at ` and ` pushed_at ` to handle integer times
5+
16## 9.17.0
27
38* Add bearerToken constructor to Authentication class by @kevmoo in https://github.com/SpinlockLabs/github.dart/pull/381
@@ -307,7 +312,7 @@ Map<String, GistFile>? files;
307312 - Clean up lints https://github.com/SpinlockLabs/github.dart/pull/202
308313
309314## 6.0.5
310- - Fix null errors issue https://github.com/SpinlockLabs/github.dart/issues/199
315+ - Fix null errors issue https://github.com/SpinlockLabs/github.dart/issues/199
311316
312317## 6.0.4
313318 - This fixes #196 (https://github.com/SpinlockLabs/github.dart/issues/196 )
@@ -357,10 +362,10 @@ Map<String, GistFile>? files;
357362
358363Deprecations:
359364
360- - The ` draft ` and ` prerelease ` properties in the CreateRelease and Release
365+ - The ` draft ` and ` prerelease ` properties in the CreateRelease and Release
361366- classes have been renamed to ` isDraft ` and ` isPrerelease ` for clarity.
362- - Release.targetCommitsh has been renamed to Release.targetCommitish.
363- - The ` release ` parameter in RepositoriesService.createRelease
367+ - Release.targetCommitsh has been renamed to Release.targetCommitish.
368+ - The ` release ` parameter in RepositoriesService.createRelease
364369has been renamed to ` createRelease ` .
365370- ` RepositoriesService.getRelease ` has been renamed to ` RepositoriesService.getReleaseById `
366371
@@ -369,7 +374,7 @@ has been renamed to `createRelease`.
369374 - Add access to labels on Pull Requests https://github.com/SpinlockLabs/github.dart/pull/163
370375 - Adding draft property to PR model https://github.com/SpinlockLabs/github.dart/pull/162
371376 - updateFile request must be a PUT https://github.com/SpinlockLabs/github.dart/pull/160
372-
377+
373378## v5.1.0
374379
375380 - ` Repository ` : added ` updatedAt ` and ` license ` fields.
@@ -386,7 +391,7 @@ has been renamed to `createRelease`.
386391
387392## v5.0.0
388393
389- - ** BREAKING** ` RepositoriesService.listCollaborators ` now returns
394+ - ** BREAKING** ` RepositoriesService.listCollaborators ` now returns
390395 ` Stream<Collaborator> ` instead of ` Stream<User> ` .
391396 - ` Collaborator ` is a new type that includes collaborator-specific
392397 information.
@@ -403,7 +408,7 @@ has been renamed to `createRelease`.
403408 - Removed unsupported ` limit ` parameter.
404409 - Removed flaky retry logic. Instead, ` NotReady ` is thrown, which can be used
405410 to decide to retry at the call site.
406- - Made associated classes ` ContributorStatistics ` and
411+ - Made associated classes ` ContributorStatistics ` and
407412 ` ContributorWeekStatistics ` immutable. Since these classes are only meant as
408413 return values, we're not treating this as a breaking change.
409414- Added ` Stream<CodeSearchResults> github.search.code(...) ` search API
@@ -433,7 +438,7 @@ has been renamed to `createRelease`.
433438
434439## v2.3.2
435440
436- - Automatically attempt to find GitHub user information in the process environment when running on the standalone VM.
441+ - Automatically attempt to find GitHub user information in the process environment when running on the standalone VM.
437442- Add ` ref ` parameter to ` getReadme ` method for the repository service.
438443
439444## v2.3.1
@@ -447,7 +452,7 @@ has been renamed to `createRelease`.
447452- Moved ` CHANGELOG ` content back to repo.
448453- Added ` rateLimitLimit ` , ` rateLimitRemaining ` and ` rateLimitReset ` to ` GitHub ` .
449454- Added ` id ` to ` Issue `
450- - Added ` direction ` , ` sort ` and ` since ` optional arguments to
455+ - Added ` direction ` , ` sort ` and ` since ` optional arguments to
451456 ` IssueService.listByRepo ` .
452457
453458## v2.1.0
0 commit comments