Skip to content

Releases: mcustiel/phiremock-client

v1.2.1

14 May 13:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

Fix for strict json comparison

07 Jul 18:00
022655a
Compare
Choose a tag to compare

Support PHP8

07 Feb 11:58
Compare
Choose a tag to compare

Use latest version from commn lib

16 Nov 17:00
Compare
Choose a tag to compare
  • Instead of using a fixed version, use the latest from phiremock/common v1

Https support

30 Oct 20:35
Compare
Choose a tag to compare
  • #6 Added support for HTTPS. Now connecting to a phiremock-server listenting for secure connections is possible.
  • Code cleaning.

Bugfixes

07 Oct 18:27
70795e4
Compare
Choose a tag to compare

#3: Add ext-json to requirement
#4: Uppercase http verbs.

First release

21 Sep 19:40
a2f04e5
Compare
Choose a tag to compare
  • Removed fixed dependency on guzzle and accepting psr18-compatible http clients.
  • Factory can be overridden.
  • Added on helper function which provides the same functionality as Phiremock::on()

First beta version

01 Sep 08:00
Compare
Choose a tag to compare
  • Supports expectations based in form data.
  • Still under test

First alpha version of Phiremock Client

06 Aug 19:53
318008f
Compare
Choose a tag to compare
  • 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