Skip to content

Releases: traderinteractive/tol-api-php

Version 4.0.0: PHP 8 Support

20 Sep 19:19
5a0e236

Choose a tag to compare

Backwards Compatibility Breakers

  • Version 4 [PR #53]
    • Add support for PHP 8
    • Remove support for PHP < 7.3
    • Upgrade to PHPUnit 9

Version 3.3.0: Mongo Cache

08 Jan 13:24
5e9c114

Choose a tag to compare

Minor Features

  • Add MongoDB Caching Support

Bug Fixes

  • Fix deprecation warning in PHP7.4

Version 3.2.2: Content-Type Header

18 Sep 18:48
ee9f14c

Choose a tag to compare

Minor Features

  • Only set Content-Type header if request has body [PR #48]

Version 3.2.1

30 Oct 13:42
1fc33f9

Choose a tag to compare

Developer Changes

  • Remove deprecated dependencies [PR #46]

Version 3.2.0

20 Sep 17:30
66c1a21

Choose a tag to compare

Major Features

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

Version 3.1.0

13 Jun 18:38
fbab163

Choose a tag to compare

Major Features

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

Version 2.0.8

28 Mar 15:40
0678aaa

Choose a tag to compare

Developer Changes

  • Construct Collection with ClientInterface [PR #43]

Version 3.0.0

07 Mar 18:51
7295a19

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

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

Choose a tag to compare

Developer Changes

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