1
- 1.4 .0: 2020-12-29
1
+ 2.0 .0: 2020-01-02
2
2
-----------------
3
3
4
4
Features Added
@@ -9,3 +9,49 @@ Features Added
9
9
- Update CI/CD to thoroughly test all supported version.
10
10
- Remove compatibility imports for Python 2.
11
11
- Remove dev-dependency for mock.
12
+
13
+ Removals
14
+ ````````
15
+
16
+ Removal of already deprecated code on version 1.x:
17
+
18
+ - ``Api#all_events `` use ``github.GitHub.all_events ``
19
+ - ``Api#all_repositories `` use ``github.GitHub.all_repositories ``
20
+ - ``Api#all_users `` use ``github.GitHub.all_users ``
21
+ - ``Api#authorize `` use ``github.GitHub.authorize ``
22
+ - ``Api#create_gist `` use ``github.GitHub.create_gist ``
23
+ - ``Api#emojis ``
24
+ - ``Api#followed_by `` use ``github.GitHub.followed_by ``
25
+ - ``Api#followers_of `` use ``github.GitHub.followers_of ``
26
+ - ``Api#gist `` use ``github.GitHub.gist ``
27
+ - ``Api#gists_by `` use ``github.GitHub.gists_by ``
28
+ - ``Api#gitignore_template `` use ``github.GitHub.gitignore_template ``
29
+ - ``Api#gitignore_templates `` use ``github.GitHub.gitignore_templates ``
30
+ - ``Api#issue `` use ``github.GitHub.issue ``
31
+ - ``Api#issues_on `` use ``github.GitHub.issues_on ``
32
+ - ``Api#markdown `` use ``github.GitHub.markdown ``
33
+ - ``Api#octocat `` use ``github.GitHub.octocat ``
34
+ - ``Api#organization ``
35
+ - ``Api#organizations_with `` use ``github.GitHub.organizations_with ``
36
+ - ``Api#public_gists `` use ``github.GitHub.public_gists ``
37
+ - ``Api#pull_request `` use ``github.GitHub.pull_request ``
38
+ - ``Api#rate_limit ``
39
+ - ``Api#repositories_by `` use ``github.GitHub.organizations_with ``
40
+ - ``Api#repository ``
41
+ - ``Api#search_code `` use ``github.GitHub.search_code ``
42
+ - ``Api#search_issues `` use ``github.GitHub.search_issues ``
43
+ - ``Api#search_repositories `` use ``github.GitHub.search_repositories ``
44
+ - ``Api#search_users `` use ``github.GitHub.search_users ``
45
+ - ``Api#starred_by `` use ``github.GitHub.starred_by ``
46
+ - ``Api#subscriptions_for `` use ``github.GitHub.subscriptions_for ``
47
+ - ``Api#user ``
48
+ - ``Api#zen `` use ``github.GitHub.zen ``
49
+ - ``Git#Blob.decoded `` use ``Git#Blob.decode_content ``
50
+ - ``Team#is_member `` use ``Login#is_member ``
51
+ - ``Team#add_member `` use ``Team#add_or_update_membership ``
52
+ - ``Team#invite `` use ``Team#add_or_update_membership ``
53
+ - ``Team#remove_member `` use ``Team#add_or_update_membership ``
54
+ - ``Organization#add_member `` add ``username `` to ``team ``.
55
+ - ``Organization#events `` use ``Organization#public_events ``
56
+ - ``Issue#assign `` use ``issues.issue.Issue.add_assignees ``
57
+
0 commit comments