Releases: mcustiel/phiremock
Releases · mcustiel/phiremock
Added support for patch requests
Using PowerRoute 3.0
Updated PowerRoute because updates in Creature. Related to: mcustiel/Creature#1
Added fluent delete request creator in client
Thanks to @linslin for the fix.
Support for different install locations of the php interpreter
Using react/http tag 0.4.1
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
- 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
v1.2.1 Phiremock phar updated
New feature: proxy requests
- Added proxy feature that allows to redirect the request to another url.
- Code improvements
Code refactoring
v1.1.2 bugfix
Fixed signal handling
Signal handling was not working correctly. Fixed it.