Releases: icewind1991/Streams
Releases · icewind1991/Streams
0.7.7
0.7.6
- Add
getSource()
to wrappers to allow getting the underlying stream - Add
getMetaData()
to wrappers to allow getting the metadata of the underlying stream
0.7.5
- Add optional mode parameter to wrapSource
0.7.4
- Don't throw an error when calling
fclose
on a wrapped stream that is already closed trough the inner stream
0.7.3
- Improve type hinting
- Supports php >= 7.1
0.7.2
- Fix composer psr-4 warnings
0.7.1
- Fix regression with read callback in callback wrapper
0.7.0
- Fix incorrect number of read bytes being reported when the wrapped stream doesn't return the full number of requested bytes
- Add pre-close callback to the callback wrapper
0.6.1
- Use more reliable way to detect stream type
0.6.0
- Add CountWrapper to count the number of bytes read and written to a stream