Releases: digitalcz/streams
Releases · digitalcz/streams
v0.6.0
What's Changed
- Bump actions/cache from 3 to 4 by @dependabot in #15
- Bump actions/checkout from 3 to 4 by @dependabot in #14
- Bump codecov/codecov-action from 4.0.1 to 4.1.0 by @dependabot in #17
- Change the prefix in File::temp() by @spajxo in #18
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Update dependencies and drop support for psr/http-message v1 by @spajxo in #11
- Improve test coverage for BufferedStream by @spajxo in #12
- Bump codecov/codecov-action from 3.1.1 to 4.0.1 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #13
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
v0.2.1
v0.2.0 Improve PSR-7 implementation
Changed
- Refactor Stream to implement PSR-7 StreamInterface
- Use Decorator pattern for FileInterface implementations
Added
- Add integration test for PSR-7 StreamInterface
- Add StreamWrapper
- Add CachingStream
v0.1.0 First release 🚀
Remove example section from README