Releases: mcustiel/phiremock-client
Releases · mcustiel/phiremock-client
v1.2.1
Fix for strict json comparison
Support PHP8
- #7 - allow php8.x (@oleg-andreyev)
Use latest version from commn lib
- Instead of using a fixed version, use the latest from phiremock/common v1
Https support
- #6 Added support for HTTPS. Now connecting to a phiremock-server listenting for secure connections is possible.
- Code cleaning.
Bugfixes
First release
- Removed fixed dependency on guzzle and accepting psr18-compatible http clients.
- Factory can be overridden.
- Added
on
helper function which provides the same functionality asPhiremock::on()
First beta version
- Supports expectations based in form data.
- Still under test
First alpha version of Phiremock Client
- Provides expectation builder syntax as it was in phiremock version1.
- Generates only version2 requests
- Provides helper functions to create expectations with shorter syntax.
- Still under test
- Still no code freeze