All Versions
53
Latest Version
Avg Release Cycle
53 days
Latest Release
2467 days ago

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\RequestTrait to ensure properties inherited from the MessageTrait are inherited by implementations.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    - Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #41 fixes the namespace for test files to begin with ZendTest instead of Zend.
    • #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.
  • 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). AbstractSerializer was updated to create a RelativeStream when creating the body of a message, which will prevent duplication of the stream in-memory.
    • #21 adds a .gitattributes file 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\Request to use a php://temp stream by default instead of php://memory, to ensure requests do not create an out-of-memory condition.
    • โšก๏ธ #15 updates Zend\Diactoros\Stream to 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.
  • v1.0.0 Changes

    May 21, 2015

    ๐Ÿš€ First stable release, and first release as zend-diactoros.

    โž• Added

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • Nothing.