Skip to content

Releases: zbateson/stream-decorators

2.1.1

29 Apr 21:49
Compare
Choose a tag to compare

Fixes lower version constraints on guzzlehttp/psr7

2.1.0

27 Mar 22:33
Compare
Choose a tag to compare
  • Create DecoratedCachingStream and TellZeroStream

2.0.0

18 Mar 21:45
Compare
Choose a tag to compare
  • Drop php7 support
  • Require guzzlehttp/psr7 2.0 or above (drop 1.9)
  • Require zbateson/mb-wrapper 2.0 or above
  • Update to latest PHPStan and PHPCSFixer by @phpfui in #17
  • Change text in php source to comment by @svenbw in #18

New Contributors

Full Changelog: 1.2.1...2.0.0

1.2.1

30 May 22:57
Compare
Choose a tag to compare

Reverted update to new Psr\Http\Message\StreamInterface spec to keep with guzzlehttp/psr7's psr/http-message dependency requirements, which support 1.1 and 2.0. Fixes #16

Full Changelog: 1.2.0...1.2.1

1.2.0

19 Apr 17:01
712b9e7
Compare
Choose a tag to compare

What's Changed

  • Update to new Psr\Http\Message\StreamInterface spec
  • Drop PHP 7.1 support
  • Update to PHPUnit <10
  • Use PhpCsFixer.php from mb-wrapper project. mail-mime-parser needs separate setting do to __set hack.
  • This and mb-wrapper PR can be merged without a release, as they are dev only changes.

All changes thanks to @phpfui once again!

Full Changelog: 1.1.0...1.2.0

1.1.0

11 Jan 23:45
7466ff4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.8...1.1.0

1.0.8

10 Jan 18:13
0c2816e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.7...1.0.8

1.0.7

08 Sep 15:48
8f8ca20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.6...1.0.7

Fix psr7 dependency version

08 Jul 19:05
3403c43
Compare
Choose a tag to compare

Update to fix the dependency version and not allow psr7 less than 1.7

Support guzzlehttp/psr7 v2

08 Jul 18:34
Compare
Choose a tag to compare

Adds support for guzzlehttp/psr7 v2, thanks to @Nielsvanpach