Skip to content

Releases: traderinteractive/tol-api-php

Version 3.2.0

20 Sep 17:30
66c1a21
Compare
Choose a tag to compare

Major Features

  • Add send and startSend to ClientInterface [PR #45]

Version 3.1.0

13 Jun 18:38
fbab163
Compare
Choose a tag to compare

Major Features

  • Add and use custom API exception [PR #44]

Version 2.0.8

28 Mar 15:40
0678aaa
Compare
Choose a tag to compare

Developer Changes

  • Construct Collection with ClientInterface [PR #43]

Version 3.0.0

07 Mar 18:51
7295a19
Compare
Choose a tag to compare

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

15 Feb 18:06
d75a474
Compare
Choose a tag to compare

Developer Changes

  • Update method signatures to allow for null id in delete [PR #41]

Version 2.0.6

25 Jul 19:16
Compare
Choose a tag to compare

Developer Changes

  • Make parameters optional to match concrete client [PR #39]

Version 2.0.5

18 Apr 17:59
Compare
Choose a tag to compare

Minor Features

  • Allow passing parameters to GET requests [PR #38]

Version 2.0.4

11 Apr 19:22
Compare
Choose a tag to compare

Minor Features

  • Add Collection::select() [PR #33]
  • Add Collection::column() [PR #35]

Developer Changes

  • Remove src_dir setting from coveralls config [PR #36]

Version 2.0.3

07 Apr 15:08
Compare
Choose a tag to compare

Bug Fixes

  • No longer use integers as adapter handles [PR #32]

Version 2.0.2

23 Mar 16:54
Compare
Choose a tag to compare

Minor Features

  • Allow null id with delete request [PR #31]