File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v6.0.0
2+
3+ - There's a single entrypoint now: ` package:github/github.dart `
4+ - For web: browser specific helper methods have moved. use import ` package:github/browser_helper.dart ` (renderMarkdown, and createAvatorImage)
5+ - ` createGithubClient(...) ` has been removed. Just create a GitHub object directly now.
6+ - ` findAuthenticationFromEnvironment ` now works in both server/flutter and web environments
7+ - On the web, it will check the query string first, then localstorage
8+ - all static methods are now factory constructors
9+ - fromJSON is now fromJson everywhere
10+ - toJSON is now toJson everywhere
11+ - Use JsonSerializable everywhere
12+ - removed deprecated items
13+ - renamed some fields with ID at the end to be Id
14+ - most model constructors now have named parameters for all properties
15+
116## v5.5.0
217
318- Provide a single platform independent import ` import 'package:github/githb.dart'; `
You can’t perform that action at this time.
0 commit comments