Skip to content

Commit a8159fa

Browse files
committed
update changelog
1 parent a8c568e commit a8159fa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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';`

0 commit comments

Comments
 (0)