Releases: icewind1991/Streams
Releases · icewind1991/Streams
0.7.8
What's Changed
- Add SPDX headers to be REUSE compliant by @AndyScherzinger in #18
- handle seeks in countwrapper by @icewind1991 in #19
New Contributors
- @AndyScherzinger made their first contribution in #18
Full Changelog: v0.7.7...v0.7.8
0.7.7
- Improve return type hints for some methods
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