Releases: laravie/stream
Releases · laravie/stream
v1.6.0
09 Feb 01:26
Compare
Sorry, something went wrong.
No results found
Added
Added support for Laravel Framework v9.
v1.5.0
13 Dec 10:34
Compare
Sorry, something went wrong.
No results found
Changes
Convert registering React\Stream\WritableStreamInterface from singleton to bind.
v1.4.1
31 Aug 12:38
Compare
Sorry, something went wrong.
No results found
Added
Added support for Laravel Framework 8.+.
v1.4.0
31 Aug 12:35
Compare
Sorry, something went wrong.
No results found
Changes
Register React\EventLoop\LoopInterface as none singleton.
v1.3.1
07 Apr 01:10
Compare
Sorry, something went wrong.
No results found
Changes
Mark league/climate as optional dependencies. You need to require the dependency to use Laravie\Stream\Log\Console.
v1.3.0
06 Apr 05:22
Compare
Sorry, something went wrong.
No results found
Changes
Replace jakub-onderka/php-console-color with league/climate.
Implement League\CLImate\Util\Writer\WriterInterface on Laravie\Stream\Log\Console.
v1.2.1
01 Mar 05:24
Compare
Sorry, something went wrong.
No results found
Fixes
Windows environment doesn't fully support React\Stream\WritableResourceStream, fallback to React\Stream\ThroughStream for the platform.
v1.2.0
23 Feb 06:07
Compare
Sorry, something went wrong.
No results found
Changes
Reduce minimum PHP version to 7.1+.
Reduce minimum Laravel version to 5.5+.
v1.1.2
20 Feb 02:59
Compare
Sorry, something went wrong.
No results found
Changes
Only resolved React\EventLoop\LoopInterface when using React\Stream\WritableResourceStream for output.
v1.1.1
13 Feb 03:44
Compare
Sorry, something went wrong.
No results found
Added
Added support for Laravel Framework 7.0+.