All Versions
53
Latest Version
Avg Release Cycle
53 days
Latest Release
2467 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.0.2 Changes
June 04, 2015โ 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.
-
v1.0.1 Changes
May 26, 2015โ Added
- #10 adds
Zend\Diactoros\RelativeStream, which will return stream contents relative to a given offset (i.e., a subset of the stream).AbstractSerializerwas updated to create aRelativeStreamwhen creating the body of a message, which will prevent duplication of the stream in-memory. - #21 adds a
.gitattributesfile that excludes directories and files not needed for production; this will further minify the package for production use cases.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- #9 ensures that attributes are initialized to an empty array, ensuring that attempts to retrieve single attributes when none are defined will not produce errors.
- โก๏ธ #14 updates
Zend\Diactoros\Requestto use aphp://tempstream by default instead ofphp://memory, to ensure requests do not create an out-of-memory condition. - โก๏ธ #15 updates
Zend\Diactoros\Streamto ensure that write operations trigger an exception if the stream is not writeable. Additionally, it adds more robust logic for determining if a stream is writeable.
- #10 adds
-
v1.0.0 Changes
May 21, 2015๐ First stable release, and first release as
zend-diactoros.โ Added
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- Nothing.