Skip to content

Releases: icicleio/stream

v0.3.0

04 Sep 16:18
Compare
Choose a tag to compare

Changes

  • The byte parameter must be a single-byte string. Use chr() to convert an integer to a single ascii character.

v0.2.1

25 Aug 17:32
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug when seeking to the end of the stream in \Icicle\Stream\Sink.

v0.2.0

17 Aug 23:24
Compare
Choose a tag to compare

Changes

  • Stream methods now are coroutines instead of returning promises. This change was made to provide a more consistent API across packages, improve performance, and support yield from in PHP 7.

v0.1.1

16 Jul 15:22
Compare
Choose a tag to compare
  • Minor performance improvement in \Icicle\Stream\Structures\Buffer::shift(). Should be preferred over remove() if no offset is needed.
  • Bug fixes in tests.

v0.1.0

02 Jul 05:23
Compare
Choose a tag to compare

Initial release after split from the main Icicle repository.