zend-diactoros v1.1.4 Release Notes

Release Date: 2015-10-16 // over 8 years ago
  • โž• Added

    • #98 adds JSON_UNESCAPED_SLASHES to the default json_encode flags used by Zend\Diactoros\Response\JsonResponse.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • โšก๏ธ #96 updates withPort() to allow null port values (indicating usage of default for the given scheme).
    • ๐Ÿ›  #91 fixes the logic of withUri() to do a case-insensitive check for an existing Host header, replacing it with the new one.