Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Releases: kreait/tape-recorder-subscriber

3.0.2

16 Jul 08:47
Compare
Choose a tag to compare
  • Allow the usage of the latest egeleon/http-adapter version (^1.0)
  • Pin PHP platform and PHPUnit version in composer.json to be sure to
    maintain PHP 5.4 compatibility (requirement of the HTTP Adapter package)

3.0.1

08 Dec 11:44
Compare
Choose a tag to compare
  • Allow usage of phpunit/phpunit ^5.0
  • Allow usage of symfony/yaml ^3.0

3.0

13 Aug 11:01
Compare
Choose a tag to compare
3.0
  • Updates egeloen/http-adapter to 0.8

As you could be using an older 0.x version of the HTTP adapter in your project, this is a breaking change, therefore the new major release.

2.0.2

11 Apr 00:01
Compare
Choose a tag to compare
  • Remove a dependency on HTTP message parameters and handle checks with Tape methods only

2.0.1

10 Apr 23:57
Compare
Choose a tag to compare
  • Update documentation
  • Remove composer.lock

2.0

10 Apr 22:54
Compare
Choose a tag to compare
2.0

This release adds support for the Ivory HTTP Adapter 0.7. If your project relies on version 0.6 of the HTTP Adapter, please stick with 1.0 of the Tape Recorder

No new features have been added, the new major release was necessary to not break backwards compatibility in a minor release.

If you upgrade from 1.* to 2.0, you will have to update the TapeRecorder use statement wherever you use the Tape Recorder from

use Ivory\HttpAdapter\Event\Subscriber;

to

use Kreait\Ivory\HttpAdapter\Event\Subscriber;

Initial release

23 Feb 15:09
Compare
Choose a tag to compare
1.0

Initial commit