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
+
1
6
## 9.17.0
2
7
3
8
* 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;
307
312
- Clean up lints https://github.com/SpinlockLabs/github.dart/pull/202
308
313
309
314
## 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
311
316
312
317
## 6.0.4
313
318
- This fixes #196 (https://github.com/SpinlockLabs/github.dart/issues/196 )
@@ -357,10 +362,10 @@ Map<String, GistFile>? files;
357
362
358
363
Deprecations:
359
364
360
- - The ` draft ` and ` prerelease ` properties in the CreateRelease and Release
365
+ - The ` draft ` and ` prerelease ` properties in the CreateRelease and Release
361
366
- 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
364
369
has been renamed to ` createRelease ` .
365
370
- ` RepositoriesService.getRelease ` has been renamed to ` RepositoriesService.getReleaseById `
366
371
@@ -369,7 +374,7 @@ has been renamed to `createRelease`.
369
374
- Add access to labels on Pull Requests https://github.com/SpinlockLabs/github.dart/pull/163
370
375
- Adding draft property to PR model https://github.com/SpinlockLabs/github.dart/pull/162
371
376
- updateFile request must be a PUT https://github.com/SpinlockLabs/github.dart/pull/160
372
-
377
+
373
378
## v5.1.0
374
379
375
380
- ` Repository ` : added ` updatedAt ` and ` license ` fields.
@@ -386,7 +391,7 @@ has been renamed to `createRelease`.
386
391
387
392
## v5.0.0
388
393
389
- - ** BREAKING** ` RepositoriesService.listCollaborators ` now returns
394
+ - ** BREAKING** ` RepositoriesService.listCollaborators ` now returns
390
395
` Stream<Collaborator> ` instead of ` Stream<User> ` .
391
396
- ` Collaborator ` is a new type that includes collaborator-specific
392
397
information.
@@ -403,7 +408,7 @@ has been renamed to `createRelease`.
403
408
- Removed unsupported ` limit ` parameter.
404
409
- Removed flaky retry logic. Instead, ` NotReady ` is thrown, which can be used
405
410
to decide to retry at the call site.
406
- - Made associated classes ` ContributorStatistics ` and
411
+ - Made associated classes ` ContributorStatistics ` and
407
412
` ContributorWeekStatistics ` immutable. Since these classes are only meant as
408
413
return values, we're not treating this as a breaking change.
409
414
- Added ` Stream<CodeSearchResults> github.search.code(...) ` search API
@@ -433,7 +438,7 @@ has been renamed to `createRelease`.
433
438
434
439
## v2.3.2
435
440
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.
437
442
- Add ` ref ` parameter to ` getReadme ` method for the repository service.
438
443
439
444
## v2.3.1
@@ -447,7 +452,7 @@ has been renamed to `createRelease`.
447
452
- Moved ` CHANGELOG ` content back to repo.
448
453
- Added ` rateLimitLimit ` , ` rateLimitRemaining ` and ` rateLimitReset ` to ` GitHub ` .
449
454
- Added ` id ` to ` Issue `
450
- - Added ` direction ` , ` sort ` and ` since ` optional arguments to
455
+ - Added ` direction ` , ` sort ` and ` since ` optional arguments to
451
456
` IssueService.listByRepo ` .
452
457
453
458
## v2.1.0
0 commit comments