Releases: digitalcz/streams
Releases · digitalcz/streams
v1.1.0
What's Changed
- Update PHPStan dependencies and improve type safety by @spajxo in #22
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #21
- Normalize composer.json structure and add composer-normalize tool by @spajxo in #23
- Fix buffer size calculation and improve error handling by @spajxo in #24
- Add PHP 8.4 support to CI matrix by @spajxo in #25
Full Changelog: v1.0.0...v1.1.0
v1.0.0 First stable release 🚀
What's Changed
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #19
Full Changelog: v0.6.0...v1.0.0
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