Skip to content

Releases: icewind1991/Streams

0.7.8

05 Dec 14:37
cb2bd3e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.7...v0.7.8

0.7.7

16 Mar 14:53
64200fd

Choose a tag to compare

  • Improve return type hints for some methods

0.7.6

09 Jun 13:52

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

Choose a tag to compare

  • Add optional mode parameter to wrapSource

0.7.4

12 Mar 15:53

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

Choose a tag to compare

  • Improve type hinting
  • Supports php >= 7.1

0.7.2

08 Apr 14:59

Choose a tag to compare

  • Fix composer psr-4 warnings

0.7.1

15 Feb 14:38
4db3ed6

Choose a tag to compare

  • Fix regression with read callback in callback wrapper

0.7.0

14 Feb 15:45
e1b5ac1

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

Choose a tag to compare

  • Use more reliable way to detect stream type