Skip to content

Releases: SpinlockLabs/github.dart

6.1.2

09 Feb 04:20
Compare
Choose a tag to compare
  • Update default language color to match github #208

6.1.1

07 Feb 17:02
Compare
Choose a tag to compare
  • Use pedantic and address some lint #205
  • Add missing download url for repos contents #206

6.1.0

31 Jan 22:06
Compare
Choose a tag to compare
  • Add (experimental) listReactions method to IssueService.

6.0.6

29 Jan 04:13
Compare
Choose a tag to compare

Clean up lints #202

6.0.5

21 Jan 21:34
410284f
Compare
Choose a tag to compare
  • Fix null errors issue #199

6.0.4

17 Jan 05:04
a4f0751
Compare
Choose a tag to compare

6.0.3

13 Dec 19:53
Compare
Choose a tag to compare

Add archived and disabled fields to the Repository class

6.0.2

12 Nov 00:01
728d013
Compare
Choose a tag to compare

Fixed GitHubFile.text to properly decode content.

6.0.1

11 Nov 19:17
a791a32
Compare
Choose a tag to compare
  • Small fix to add a missed class that should be JsonSerializable. Hopefully also fixes #190

6.0.0

10 Nov 19:05
0bf168f
Compare
Choose a tag to compare
  • 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