Releases: ElementaryFramework/Streams
Releases · ElementaryFramework/Streams
v0.1.0
Minor release:
- Add compatibility with PHP 8
v0.0.2
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
First release of Streams library, added interfaces to create writable and readable streams, and support for streams events.