This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
Releases: codeinchq/psr7-responses
Releases · codeinchq/psr7-responses
2.1.2
2.1.1
- New response
NotModifiedResponse
- See #22 for changelog
2.1.0
- Adds missing resp
LocalFileResponse
to the read me - Removes
CharsetResponseInterface
- Removes
ResponseException
(responses now throwRuntimeException
) - Huge code improvement
- See #21 for changelog
2.0.2
- The
HttpProxyResponse
now uses Guzzle - See #20 for changelog
2.0.1
- New response type
EmptyResponse
for responses without a body - Bug fixes on
ForbiddenResponse
- General code improvement
- See #19 for changelog
2.0.0
DebugResponse
which has been removed.
This version is optimized for PSR-17 HTTP factories. The HTTP status code $code
and reason phrase $reasonPhrase
parameters of all responses have been moved to be the first optional parameters of all responses.
See #18 for full changelog.