Skip to content

Releases: mcustiel/phiremock

Added support for patch requests

21 Jun 20:53
Compare
Choose a tag to compare

This is a fix for #14
Thank you @fenos for reporting this issue.

Using PowerRoute 3.0

15 Apr 13:55
Compare
Choose a tag to compare

Updated PowerRoute because updates in Creature. Related to: mcustiel/Creature#1

Added fluent delete request creator in client

05 Apr 18:54
Compare
Choose a tag to compare

Support for different install locations of the php interpreter

08 Feb 22:30
Compare
Choose a tag to compare

Using react/http tag 0.4.1

31 Aug 19:34
Compare
Choose a tag to compare

Fixed #8
Removed the use of dev-master version of react/http, that has removed the getBody() and getRemoteAddress() methods.
Thanks to @AlexStansfield and @mrIncompetent.

Version 1.3.0

02 Aug 18:32
Compare
Choose a tag to compare
  • Added the ability to use data from the request in the response when using subpatterns in regular expressions.
  • Added new matcher contains.
  • Now url always returns everything starting from the path (path + query string + segment if supported).
  • Several bugfixes.
  • Code refactoring.

Fixed code and annotations issues

11 Jul 08:15
Compare
Choose a tag to compare
v1.2.1

Phiremock phar updated

New feature: proxy requests

10 Jul 20:18
Compare
Choose a tag to compare
  • Added proxy feature that allows to redirect the request to another url.
  • Code improvements

Code refactoring

07 Jul 19:16
Compare
Choose a tag to compare
v1.1.2

bugfix

Fixed signal handling

03 Jul 22:13
Compare
Choose a tag to compare

Signal handling was not working correctly. Fixed it.