Releases: mnavarrocarter/php-fetch
Releases · mnavarrocarter/php-fetch
v0.3.0
v0.2.0
This is a backward incompatible release:
Changes
- The
MNC\Http\Enconding\JsonReader
interface has been removed. It did not do anything that the normal reading plus buffering could not do. - The
MNC\Http\Response::reasonPhrase
method has been removed. Not it is implemented inMNC\Http\Status::reasonPhrase
MNC\Http\Response
is now an interface.
New Features
- Responses can implement
MNC\Http\Redirected
interface when a one or more redirects have been followed. A collection ofMNC\Http\PartialResponse
can be obtained from them with the headers and status of the previous redirects.
v0.1.0
First version