Skip to content

Releases: ElementaryFramework/Streams

v0.1.0

02 May 11:33
dd2289a
Compare
Choose a tag to compare

Minor release:

  • Add compatibility with PHP 8

v0.0.2

28 Aug 09:18
Compare
Choose a tag to compare
  • ISeekableStream interface added, used to allow streams to move the internal cursor across the buffer.
  • A read method as been added to the IReadableStream, which when called, emit the StreamEvent::EVENT_DATA stream event the the read data as event data.

v0.0.1

06 Aug 10:08
Compare
Choose a tag to compare

First release of Streams library, added interfaces to create writable and readable streams, and support for streams events.