Skip to content

Releases: mnavarrocarter/php-fetch

v0.3.0

29 Apr 15:18
Compare
Choose a tag to compare

New IO interface provided by castor/io

v0.2.0

12 Nov 02:08
2fd054f
Compare
Choose a tag to compare

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 in MNC\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 of MNC\Http\PartialResponse can be obtained from them with the headers and status of the previous redirects.

v0.1.0

11 Nov 00:21
8932562
Compare
Choose a tag to compare

First version