Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Diactoros 1.3.0

Choose a tag to compare

@weierophinney weierophinney released this 15 Dec 18:02
· 1002 commits to master since this release

Added

  • #110 adds Zend\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.
  • #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.