This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Diactoros 1.0.2
Added
- #27 adds phonetic pronunciation of "Diactoros" to the README file.
- #36 adds property annotations to the class-level docblock of
Zend\Diactoros\RequestTrait
to ensure properties inherited from theMessageTrait
are inherited by implementations.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #41 fixes the namespace for test files to begin with
ZendTest
instead ofZend
. - #46 ensures that the cookie and query params for the
ServerRequest
implementation are initialized as arrays. - #47 modifies the internal logic in
HeaderSecurity::isValid()
to use a regular expression instead of character-by-character comparisons, improving performance.