Skip to content

Commit 7fe128b

Browse files
committed
prep 7.0.0 release, remove deprecations
1 parent fb4e570 commit 7fe128b

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 7.0.0
2+
- Removed deprecated CloneUrls property on Repository class
3+
14
## 6.2.3
25
- Add twitter username to User class https://github.com/SpinlockLabs/github.dart/pull/228
36
- Improve pub.dev score

LICENSE.md renamed to LICENSE

File renamed without changes.

lib/src/common/model/repos.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,6 @@ class Repository {
105105

106106
final String gitUrl;
107107

108-
/// Repository Clone Urls
109-
CloneUrls _cloneUrls;
110-
111-
CloneUrls get cloneUrls {
112-
return _cloneUrls ??= CloneUrls(gitUrl, sshUrl, cloneUrl, svnUrl);
113-
}
114-
115108
/// Url to the Repository Homepage
116109
final String homepage;
117110

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: github
2-
version: 6.2.3
2+
version: 7.0.0
33
description: A high-level GitHub API Client Library that uses Github's v3 API
44
homepage: https://github.com/SpinlockLabs/github.dart
55

0 commit comments

Comments
 (0)