Skip to content

Releases: mcustiel/phiremock

Support subdirectories in expectation files

24 Aug 07:32
Compare
Choose a tag to compare

Fixed #38

14 Jun 10:01
Compare
Choose a tag to compare
  • Bugfix: Issue #38

Work to solve opened issues

10 Jun 10:47
Compare
Choose a tag to compare
  • Fixed issue #35 by supporting symfony/cache v4
  • Fixed issue #36 by adding json comparator.
  • Small fixes and documentation update.

New feature described in #33

27 Jan 10:10
Compare
Choose a tag to compare

New feature:

  • Support multiple matches to do group replacements in response. (#33)

Thanks to @buflix

Don't log very long expectations completely

24 Jan 19:07
Compare
Choose a tag to compare

Support binary response

31 Dec 13:29
Compare
Choose a tag to compare

This is the fix for the issue #30

Short syntax

28 Oct 14:06
Compare
Choose a tag to compare

Issue number #29

New features

06 Oct 18:12
Compare
Choose a tag to compare
  • #23 (Have ability to search made request by condition)
  • #25 (Have ability to define scenario state outside the expectation)
  • #27 (Have ability to reset phiremock to intial state with expectation loaded from JSON files)

Thanks to @drudoi for his help on proposing and adding these features.

Support JSON body and bugfixes

17 Sep 16:52
Compare
Choose a tag to compare

New features:

  • #17 Support JSON response in expectation by @dewa1t

Bugfixes:

  • #19 Matches operator in URL condition brakes response body. This feature was bogus since the beginning. Now is fully functional thanks to @dewa1t

Using version 0.7 of React Php

11 Aug 11:22
Compare
Choose a tag to compare
  • Now composer json request version 0.7.* of react.
  • Adapted the HttpServer implementation to use the new features of react.