Added
- Add missing directive
working_dir
indocker-composer.yml
file. - Add new class
\FlexyProject\GitHub\Pagination
. - Add PHPUnit tests for
\FlexyProject\GitHub\Pagination
class.
Added
- Add PHPUnit tests.
- Add new method
getRepositoryLicenseContent
inGitHub/Receiver/Repositories.php
file. - Add
Api
trait to not have redundantgetApi
andsetApi
methods in all abstract classes. - Add TravisCI config file.
- Add Scrutinizer badges.
- Add docker container to run unit testing with PHPFarm.
- Add stable, downloads and license badges.
Changed
- Update user agent from
scion.github-api
toFlexyProject-GitHubAPI
.
Fixed
- Fix Scrutinizer badge URL.
- Fix
GitHub/Receiver/Miscellaneous/Markdown::renderRaw
method. - Fixing bug in Gists class,
$id
attributes are string type, not integer. - Fixing
Receiver/Repositories/Commits::listCommits
method, closing PR #44.
Removed
- Remove useless
use
call inGitHub\Receiver\Miscellaneous\Licenses
class. - Removing useless requirement
Zend\Crypt
, usinghash_hmac
instead, issue #42.
Fixed
- Fix requirement version of
flexyproject/curl
to1.1.3
. - Fixing issue #35 with CURL default options.
Added
- Add missing
.gitignore
file.
Changed
- Update namespace from
Scion
toFlexyProject
.
Fixed
- Fix bug, $since parameter cannot be
null
orempty
if used withDateTime()
class. - Fixing issue #33,
Issues::listOrganizationIssues
doesn't work. - Fixing issue #31, Date formatting issue.
Removed
- Remove support for PHP5.x.
Changed
- Move sources from
emulienfou
toScion
.
- Require PHP >= 5.6.1.