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 11# Changelog
22
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+
313## 1.1.0 (2017-11-28)
414
515* 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/).
249249This will install the latest supported version:
250250
251251``` bash
252- $ composer require react/promise-stream:^1.1
252+ $ composer require react/promise-stream:^1.1.1
253253```
254254
255255See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments