Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

51 lines (30 loc) · 1.49 KB

Changelog

All notable changes to swisnl/guzzle-fixture-handler will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

Unreleased

  • Nothing

[3.0.0] - 2022-01-10

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] - 2021-07-12

Added

  • PHP 8 support

Removed

  • Dropped PHP <7.2 support

[2.2.0] - 2020-07-01

Added

  • Added support for Guzzle 7 #2

[2.1.0] - 2018-10-05

Added

  • Added strict mode #3

[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.1] - 2018-02-09

Fixed

  • Fixed namespace of HandlerTest.

[1.0.0] - 2018-02-09

Initial release.