Skip to content

Releases: php-vcr/VCRBundle

2.1.0

15 Dec 11:47
4700c57
Compare
Choose a tag to compare
  • FEATURE: added support for PHP >= 8.0
  • FEATURE: VideoRecorderBrowser (client) added
  • FEATURE: VCRTestCaseTrait added with helper functions for WebTestCases
  • FIX: Fixed service definitions with static VCRFactory usage
  • FIX: Ensure VCR is turned of on Kernel::shutdown()

[FEATURE] add Support for VCR 1.5 and SF => 4.4

25 Aug 14:36
1c6e271
Compare
Choose a tag to compare
  • dropped support for SF < 4.4
  • dropped support for php < 7.2
  • added simple happy flow functional test
  • ci added view github actions
  • renamed bundle class from VCRVCRBundle to VCRBundle
  • also renamed config key from vcrvcr to vcr
  • cleanup & not used code removed
  • declare strict types added

Thx to @higidi for contribution

[FEATURE] add missing dependency and move src

25 Aug 11:47
fa22760
Compare
Choose a tag to compare

This release includes a missing component/dependency. Also the actual source code has been moved to /src.

[FIX] revert to fix semantic versioning

24 Aug 14:33
078a0d9
Compare
Choose a tag to compare
Merge pull request #14 from higidi/follow-semantic-versioning

Follow semantic versioning

make bundle compatible to http-kernel >= 4.2

05 Dec 14:35
e6c3787
Compare
Choose a tag to compare

By implementing reset(), the class is ready for http-kernel 4.2 seeing that DataCollectorInterface is now extending ResetInterface (https://github.com/symfony/http-kernel/blob/4.2/DataCollector/DataCollectorInterface.php).

1.4.0: Merge pull request #4 from tlenclos/symfony3

07 Mar 16:30
Compare
Choose a tag to compare