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\JsonReaderinterface has been removed. It did not do anything that the normal reading plus buffering could not do. - The
MNC\Http\Response::reasonPhrasemethod has been removed. Not it is implemented inMNC\Http\Status::reasonPhrase MNC\Http\Responseis now an interface.
New Features
- Responses can implement
MNC\Http\Redirectedinterface when a one or more redirects have been followed. A collection ofMNC\Http\PartialResponsecan be obtained from them with the headers and status of the previous redirects.
v0.1.0
First version