This repository has been archived by the owner on Feb 2, 2018. It is now read-only.
Releases: kreait/tape-recorder-subscriber
Releases · kreait/tape-recorder-subscriber
3.0.2
3.0.1
- Allow usage of phpunit/phpunit ^5.0
- Allow usage of symfony/yaml ^3.0
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
- Remove a dependency on HTTP message parameters and handle checks with Tape methods only
2.0.1
- Update documentation
- Remove composer.lock
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
1.0 Initial commit