Laminas Diactoros v1.3.1 Release Notes

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

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  zendframework/zend-diactoros#113 fixes an issue in the response serializer, ensuring that the status code in the deserialized response is an integer.
    • ๐Ÿ›  zendframework/zend-diactoros#115 fixes an issue in the various text-basd response types (TextResponse, HtmlResponse, and JsonResponse); due to the fact that the constructor was not rewinding the message body stream, getContents() was thus returning null, as the pointer was at the end of the stream. The constructor now rewinds the stream after populating it in the constructor.