All Versions
17
Latest Version
Avg Release Cycle
40 days
Latest Release
1570 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.1 Changes
December 05, 2020- ⚡️ Updating dependencies
- 👌 Supporting PHP 8.0
- 👷 Moving CI to Github Actions
-
v2.0.0 Changes
June 28, 2020[2.0.0] - 2020-06-28
- ⚡️ Updated to support Guzzle 7
-
v1.6.1 Changes
March 09, 2020[1.6.1] - 2020-03-09
- ⚡️ Update to support PHPUnit 9
- ⬇️ Drop support for PHPUnit below 8.2
- ⬇️ Drop support for PHP 7.1
-
v1.6.0 Changes
January 10, 2020[1.6.0] - 2020-01-10
- ⚡️ Updating CI to test on PHP 7.4
- This will be the last release supporting PHP 7.1
- ➕ Added new methods:
withoutQuery
,withQueryKey
, andwithQueryKeys
- ⚡️ Updating CI to test on PHP 7.4
-
v1.5.3 Changes
October 03, 2019[1.5.3] - 2019-10-03
- 🏗 Moved codebase to build on
blastcloud/chassis
. Chassis is the abstracted expectation engine that was originally built for Guzzler. Now, Chassis can be used as a common base for any number of testing libraries for different PHP HTTP request clients. Check out Hybrid, a port of Guzzler for Symfony's HttpClient component. - ➕ Added the ability to rename the engine in test files if desired. You no longer have to have the engine named
guzzler
if you'd rather it be named something else. See the docs here.
- 🏗 Moved codebase to build on
-
v1.5.2 Changes
June 10, 2019[1.5.2] - 2019-06-10
- 🛠 Fixed the deprecated/removed
ObjectInvocation
in PHPUnit 8.2 and above installations.- Thanks
@llstarscreamll
for reporting the bug.
- Thanks
- 🛠 Fixed the deprecated/removed
-
v1.5.1 Changes
May 20, 2019[1.5.1]
- ➕ Added the ability to add a custom error message for
withCallback
. - 🛠 Fixed the
json_encode
formatting for the error message onwithQuery
. - 📚 Various updates to the documentation.
- ➕ Added the ability to add a custom error message for
-
v1.5.0 Changes
May 04, 2019🚀 [Unreleased]
- 🚀 I plan to write and release a road map document on the docs site outlining where I want to go with the next project, tentatively called
Drive
, that will work with Guzzler. The short description of it is, "Response factories based on Swagger, RAML, or API Blueprint docs".
[1.5.0]
- ➕ Added the
withFile
filter. Includes several new tests and aFile
helper object. - ➕ Added the
withCallback
filter which allows users to pass an arbitrary anonymous function to filter history items.
- 🚀 I plan to write and release a road map document on the docs site outlining where I want to go with the next project, tentatively called
-
v1.4.2 Changes
April 21, 2019[1.4.2] - 2019-04-21
- 🛠 Fix to move macros file loaded via composer. Includes test to ensure provided macros can be overridden.
-
v1.4.1 Changes
April 04, 2019- 🛠 Fix for possibility that Guzzler macros were not loaded because the extension may not be added to a project that was pre-existing.