Phiremock Versions Save

Phiremock mocks HTTP requests and REST services, allowing to mock external services during acceptance testing.

v1.10.0

5 years ago
  • PR: #42 Thanks to @arnaudlabenne

v1.9.1

6 years ago
  • Bugfix: Issue #38

v1.9.0

6 years ago
  • Fixed issue #35 by supporting symfony/cache v4
  • Fixed issue #36 by adding json comparator.
  • Small fixes and documentation update.

v1.8.0

6 years ago

New feature:

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

Thanks to @buflix

v1.7.3

6 years ago

Part of the fix for #32

v1.7.2

6 years ago

This is the fix for the issue #30

v1.7.1

6 years ago

Issue number #29

v1.7.0

6 years ago
  • #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.

v1.6.0

6 years ago

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

v1.5.0

6 years ago
  • Now composer json request version 0.7.* of react.
  • Adapted the HttpServer implementation to use the new features of react.