Laminas Diactoros v1.3.0 Release Notes

Release Date: 2015-12-15 // over 8 years ago
  • ➕ Added

    • zendframework/zend-diactoros#110 adds Laminas\Diactoros\Response\SapiEmitterTrait, which provides the following private method definitions:
      • injectContentLength()
      • emitStatusLine()
      • emitHeaders()
      • flush()
      • filterHeader() The SapiEmitter implementation has been updated to remove those methods and instead compose the trait.
    • zendframework/zend-diactoros#111 adds a new emitter implementation, SapiStreamEmitter; this emitter type will loop through the stream instead of emitting it in one go, and supports content ranges.

    🗄 Deprecated

    • Nothing.

    ✂ Removed

    • Nothing.

    🛠 Fixed

    • Nothing.