File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.0 (2019-07-03)
4+
5+ * Feature: Support unwrapping object streams by buffering original write chunks in array.
6+ (#15 by @clue )
7+
8+ * Feature: Clean up unneeded references for unwrapped streams when closing.
9+ (#18 by @clue )
10+
11+ * Fix: Writing to closed unwrapped stream should return false (backpressure).
12+ (#17 by @clue )
13+
14+ * Improve test suite to support PHPUnit 7, PHP 7.3 and fix incomplete test
15+ and improve API documentation.
16+ (#16 and #19 by @clue )
17+
318## 1.1.1 (2017-12-22)
419
520* Fix: Fix ` all() ` to assume null values if no event data is passed
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ This project follows [SemVer](https://semver.org/).
252252This will install the latest supported version:
253253
254254``` bash
255- $ composer require react/promise-stream:^1.1.1
255+ $ composer require react/promise-stream:^1.2
256256```
257257
258258See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments