We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27929dd commit 71f9e1eCopy full SHA for 71f9e1e
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+## 9.0.0
2
+
3
+**Breaking change:** In the Gist class, the old type of files was
4
+```dart
5
+List<GistFile>? files;
6
+```
7
+and the new type is
8
9
+Map<String, GistFile>? files;
10
11
12
+**Breaking change:** In the GistFile class, the name property is now filename
13
14
+* Fix getting gists by @robrbecker in https://github.com/SpinlockLabs/github.dart/pull/294
15
16
+**Full Changelog**: https://github.com/SpinlockLabs/github.dart/compare/8.5.0...9.0.0
17
18
## 8.5.0
19
20
* Adds listing and creating PR Reviews, listing users in an org by @robrbecker in https://github.com/SpinlockLabs/github.dart/pull/287
0 commit comments