Releases: swisnl/guzzle-fixture-handler
Releases · swisnl/guzzle-fixture-handler
3.0.0
2.3.0
2.2.0
2.1.0
2.0.0
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
- Changed logic for converting GET-params to a filename swisnl/php-http-fixture-client#2