All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- issue 11: Fixed an error in
ServerRequest::get()
,::cookie()
and::server()
.
--
- issue 9: Fixed an error in
UploadedFile::moveTo()
.
--
- issue 3:
Stream::read($length)
will not return the specified length. - issue 4: Error when calling
Message::withProtocolVersion()
. - issue 7: Small improvement on
Stream::getSize()
.
- issue 1:
Stream::getSize()
return 0 when measuringphp://input
.
- Added the ability of serializing
Stream
objects.
- Fixed a limitation on
ServerRequest::post()
that prevented it from retrieving POST variables.
- Fixed a typo in the package's name in the
composer.json
file.
- Added license information to the
composer.json
file.