Skip to content

Releases: swisnl/guzzle-fixture-handler

3.0.0

10 Jan 10:11
30afe11
Compare
Choose a tag to compare

Changed

  • Bumped swisnl/php-http-fixture-client to v3. Please see changelog for all (breaking) changes.

Removed

  • Dropped PHP <7.4 support.

2.3.0

12 Jul 15:07
2d490cf
Compare
Choose a tag to compare

Added

  • PHP 8 support

Removed

  • Dropped PHP <7.2 support

2.2.0

01 Jul 09:06
9f2eb23
Compare
Choose a tag to compare

Added

  • Added support for Guzzle 7 #2

2.1.0

05 Oct 14:05
Compare
Choose a tag to compare

Added

  • Added strict mode #3

2.0.0

05 Sep 14:21
Compare
Choose a tag to compare

This release changes the way URIs with GET-params are resolved to fixtures. GET-params are now separated with & and key/value pairs are combined with = instead of -. Besides that, more characters are allowed in the filename. Please see the updated README and pull request swisnl/php-http-fixture-client#2 for more information.

Changed

1.0.1

05 Sep 14:22
Compare
Choose a tag to compare

Fixed

  • Fixed namespace of HandlerTest.

1.0.0

05 Sep 14:21
Compare
Choose a tag to compare

Initial release.