All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Updated all
@return self
annotation references in interfaces to use@return static
, which more closelly follows the semantics of the specification. - Updated the
MessageInterface::getHeaders()
return annotation to use the valuestring[][]
, indicating the format is a nested array of strings. - Updated the
@link
annotation forRequestInterface::withRequestTarget()
to point to the correct section of RFC 7230. - Updated the
ServerRequestInterface::withUploadedFiles()
parameter annotation to add the parameter name ($uploadedFiles
). - Updated a
@throws
annotation for theUploadedFileInterface::moveTo()
method to correctly reference the method parameter (it was referencing an incorrect parameter name previously).
Initial stable release; reflects accepted PSR-7 specification.