Skip to content

Releases: icewind1991/Streams

v0.5.2

02 Dec 14:24
Compare
Choose a tag to compare
  • Fixed an issue where the close callback could be called more than once on some setups (thanks @PVince81)

v0.5.1

26 Oct 22:53
Compare
Choose a tag to compare
  • Fixed an issue with UrlCallBack introduces in 0.5.0

v0.5.0

26 Oct 20:09
Compare
Choose a tag to compare
  • add PathWrapper to get a virtual path for an existing stream

v0.4.1

02 Jun 14:43
Compare
Choose a tag to compare

Fixed an issue with RetryWrapper when the wrapped read/write fails

v0.4.0

17 Mar 12:35
Compare
Choose a tag to compare

Add RetryWrapper to work with remote streams that don't return all the requested data

v0.3.0

08 Sep 17:18
Compare
Choose a tag to compare
  • Add Path object to wrap a stream in a string-like variable to pass to functions.
  • Add UrlCallBack wrapper that provides callbacks for fopen, unlink, etc
  • Add folder support to callback wrapper

v0.2.0

03 Aug 14:06
Compare
Choose a tag to compare

Add IteratorDirectory stream wrapper for creating directory handles from arrays and iterators

v0.1.1

23 Jul 23:12
Compare
Choose a tag to compare
  • Switched order in which callbacks are called to prevent locks
  • Added convenience static wrap methods

v0.1

23 Jul 22:20
Compare
Choose a tag to compare

Initial release, just the CallbackWrapper stream wrapper