Skip to content

Releases: ElementaryFramework/Streams

v0.1.0

Choose a tag to compare

@na2axl na2axl released this 02 May 11:33
dd2289a

Minor release:

  • Add compatibility with PHP 8

v0.0.2

Choose a tag to compare

@na2axl na2axl released this 28 Aug 09:18
  • 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

Choose a tag to compare

@na2axl na2axl released this 06 Aug 10:08

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