Releases: traderinteractive/tol-api-php
Releases · traderinteractive/tol-api-php
Version 3.2.2: Content-Type Header
Minor Features
- Only set Content-Type header if request has body [PR #48]
Version 3.2.1
Developer Changes
- Remove deprecated dependencies [PR #46]
Version 3.2.0
Major Features
- Add send and startSend to ClientInterface [PR #45]
Version 3.1.0
Major Features
- Add and use custom API exception [PR #44]
Version 2.0.8
Developer Changes
- Construct Collection with ClientInterface [PR #43]
Version 3.0.0
Backwards Compatibility Breakers
- Version 3 [PR #42]
- Update LICENSE file
- Change package owner to
traderinteractive - Change Namespace to
TraderInteractive - Add .github files CODEOWNERS, PULL_REQUEST_TEMPLATE, ISSUE_TEMPLATE & CONTRIBUTING
- Remove support for PHP < 7
- Switch to PSR2 coding standard
- Update README
- Remove composer.lock from version control
- Update Travis-CI config
- Update Scrutinizer config
- Update Coveralls config
- Update to PHPUnit 6
- Switch to phpunit.xml.dist config
- Add parameter and return type hints where possible
- Switch to PSR-16 SimpleCache
- Upgrade DominionEnterprises to TraderInteractive dependencies
Version 2.0.7
Developer Changes
- Update method signatures to allow for null id in delete [PR #41]
Version 2.0.6
Developer Changes
- Make parameters optional to match concrete client [PR #39]
Version 2.0.5
Minor Features
- Allow passing parameters to GET requests [PR #38]