File tree 1 file changed +26
-3
lines changed
1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
- ## 2.7.0 (Unreleased)
5
+ ## 2.7.0
6
+
7
+ ### Added
8
+
9
+ - Phpunit 6 compatibility
10
+ - ` Github\Api\AbstractApi::setPage() ` to allow you to set the page on all endpoints.
11
+ - Support for query parameters and request headers on ` Github\Api\User::following ` and ` Github\Api\User::followers `
12
+ - API endpoint ` Github\Api\CurrentUser\Emails::allPublic() `
13
+ - API endpoint ` Github\Api\Search::commits() `
14
+ - API endpoint ` Github\Api\Miscellaneous\CodeOfConduct `
15
+ - API endpoint ` Github\Api\Repo::topics() `
16
+ - API endpoint ` Github\Api\Repo::replaceTopics() `
17
+
18
+ ### Fixed
19
+
20
+ - Fixed bug in ` PathPrepend ` plugin where "api/vX" could be duplicated.
21
+
22
+ ### Changed
23
+
24
+ - Improved documentation and doc blocks
6
25
7
26
### Removed
8
27
9
28
- Dropped support for php 5.5
10
29
11
- ###
30
+ ### Deprecated
12
31
13
- - Phpunit 6 compatibility
32
+ The following endpoints were deprecated by Github and are also deprecated in the client:
33
+
34
+ - ` Github\Api\Repo::find() `
35
+ - ` Github\Api\User::find() `
36
+ - ` Github\Api\Issue::find() `
14
37
15
38
## 2.6.0
16
39
You can’t perform that action at this time.
0 commit comments