File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
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
625
726### Removed
827
928- Dropped support for php 5.5
1029
11- ###
30+ ### Deprecated
1231
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() `
1437
1538## 2.6.0
1639
You can’t perform that action at this time.
0 commit comments