Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 827 Bytes

CHANGELOG.md

File metadata and controls

16 lines (9 loc) · 827 Bytes

Changelog

All notable changes to swisnl/php-http-fixture-client will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

[2.0.0] - 2018-09-05

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

[1.0.0] - 2018-02-09

Initial release.