File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.1 (2017-12-22)
4
+
5
+ * Fix: Fix ` all() ` to assume null values if no event data is passed
6
+ (#13 by @clue )
7
+
8
+ * Improve test suite by simplifying test bootstrapping logic via Composer and
9
+ add forward compatibility with PHPUnit 5 and PHPUnit 6 and
10
+ test against PHP 7.1 and 7.2
11
+ (#11 and #12 by @clue and #9 by @carusogabriel )
12
+
3
13
## 1.1.0 (2017-11-28)
4
14
5
15
* Feature: Reject ` first() ` when stream emits an error event
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ This project follows [SemVer](http://semver.org/).
249
249
This will install the latest supported version:
250
250
251
251
``` bash
252
- $ composer require react/promise-stream:^1.1
252
+ $ composer require react/promise-stream:^1.1.1
253
253
```
254
254
255
255
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments