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 1
1
# Changelog
2
2
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
+
3
18
## 1.1.1 (2017-12-22)
4
19
5
20
* 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/).
252
252
This will install the latest supported version:
253
253
254
254
``` bash
255
- $ composer require react/promise-stream:^1.1.1
255
+ $ composer require react/promise-stream:^1.2
256
256
```
257
257
258
258
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments