Skip to content

Releases: icewind1991/Streams

0.7.7

16 Mar 14:53
64200fd
Compare
Choose a tag to compare
  • Improve return type hints for some methods

0.7.6

09 Jun 13:52
Compare
Choose a tag to compare
  • 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

14 Jun 14:04
0c6aae1
Compare
Choose a tag to compare
  • Add optional mode parameter to wrapSource

0.7.4

12 Mar 15:53
Compare
Choose a tag to compare
  • Don't throw an error when calling fclose on a wrapped stream that is already closed trough the inner stream

0.7.3

02 Mar 19:37
Compare
Choose a tag to compare
  • Improve type hinting
  • Supports php >= 7.1

0.7.2

08 Apr 14:59
Compare
Choose a tag to compare
  • Fix composer psr-4 warnings

0.7.1

15 Feb 14:38
4db3ed6
Compare
Choose a tag to compare
  • Fix regression with read callback in callback wrapper

0.7.0

14 Feb 15:45
e1b5ac1
Compare
Choose a tag to compare
  • 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

24 Apr 09:21
Compare
Choose a tag to compare
  • Use more reliable way to detect stream type

0.6.0

30 Jan 14:14
Compare
Choose a tag to compare
  • Add CountWrapper to count the number of bytes read and written to a stream