Releases: traderinteractive/tol-api-php
Releases · traderinteractive/tol-api-php
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]
Version 2.0.4
Version 2.0.3
Bug Fixes
- No longer use integers as adapter handles [PR #32]
Version 2.0.2
Minor Features
- Allow null id with delete request [PR #31]