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