You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ResponseBuilder now requires PSR-17 factories instead of a PHP-HTTP factory, to align it with the Client. This is only a breaking change in the rare case where you provide your own factory to the ResponseBuilder.
Removed domainAliases from constructor arguments. Please use setDomainAliases() on the instance instead.
Replaced danielstjules/stringy with symfony/string. In some edge cases, mainly special or accented characters, this will affect how query parameters are transformed to a fixture.
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 #2 for more information.
Changed
Changed logic for converting GET-params to a filename #2