This repository was 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\RequestTraitto ensure properties inherited from theMessageTraitare inherited by implementations.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #41 fixes the namespace for test files to begin with
ZendTestinstead ofZend. - #46 ensures that the cookie and query params for the
ServerRequestimplementation 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.