Releases: SpinlockLabs/github.dart
Releases · SpinlockLabs/github.dart
6.1.2
6.1.1
6.1.0
- Add (experimental)
listReactions
method toIssueService
.
6.0.6
6.0.5
6.0.4
6.0.3
Add archived and disabled fields to the Repository class
6.0.2
Fixed GitHubFile.text
to properly decode content
.
6.0.1
6.0.0
- There's a single entrypoint now:
package:github/github.dart
- For web: browser specific helper methods have moved. use import
package:github/browser_helper.dart
(renderMarkdown, and createAvatorImage) createGithubClient(...)
has been removed. Just create a GitHub object directly now.findAuthenticationFromEnvironment
now works in both server/flutter and web environments- On the web, it will check the query string first, then localstorage
- all static methods are now factory constructors
- fromJSON is now fromJson everywhere
- toJSON is now toJson everywhere
- Use JsonSerializable everywhere
- removed deprecated items
- renamed some fields with ID at the end to be Id
- most model constructors now have named parameters for all properties