This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5+ ## 1.0.2 - 2015-06-04
6+
7+ ### Added
8+
9+ - [ #27 ] ( https://github.com/zendframework/zend-diactoros/pull/27 ) adds phonetic
10+ pronunciation of "Diactoros" to the README file.
11+ - [ #36 ] ( https://github.com/zendframework/zend-diactoros/pull/36 ) adds property
12+ annotations to the class-level docblock of ` Zend\Diactoros\RequestTrait ` to
13+ ensure properties inherited from the ` MessageTrait ` are inherited by
14+ implementations.
15+
16+ ### Deprecated
17+
18+ - Nothing.
19+
20+ ### Removed
21+
22+ - Nothing.
23+
24+ ### Fixed
25+
26+ - [ #41 ] ( https://github.com/zendframework/zend-diactoros/pull/41 ) fixes the
27+ namespace for test files to begin with ` ZendTest ` instead of ` Zend ` .
28+ - [ #46 ] ( https://github.com/zendframework/zend-diactoros/pull/46 ) ensures that
29+ the cookie and query params for the ` ServerRequest ` implementation are
30+ initialized as arrays.
31+ - [ #47 ] ( https://github.com/zendframework/zend-diactoros/pull/47 ) modifies the
32+ internal logic in ` HeaderSecurity::isValid() ` to use a regular expression
33+ instead of character-by-character comparisons, improving performance.
34+
535## 1.0.1 - 2015-05-26
636
737### Added
You can’t perform that action at this time.
0 commit comments