v0.5.0
Changes
- All interface names have been changed to remove the
Interface
suffix. Most interfaces simply had the suffix removed, except forIcicle\Stream\StreamResourceInterface
, which was renamed toIcicle\Stream\Resource
and no longer extendsIcicle\Stream\Stream
. - Calling
close()
on a readable stream when there is a pending read operation will now fulfill the read with an empty string instead of rejecting.