We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bee861 commit 77ca2a2Copy full SHA for 77ca2a2
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 1.1.0 (2017-11-28)
4
+
5
+* Feature: Reject `first()` when stream emits an error event
6
+ (#7 by @clue)
7
8
+* Fix: Explicit `close()` of unwrapped stream should not emit `error` event
9
+ (#8 by @clue)
10
11
+* Internal refactoring to simplify `buffer()` function
12
+ (#6 by @kelunik)
13
14
## 1.0.0 (2017-10-24)
15
16
* First stable release, now following SemVer
README.md
@@ -249,7 +249,7 @@ This project follows [SemVer](http://semver.org/).
249
This will install the latest supported version:
250
251
```bash
252
-$ composer require react/promise-stream:^1.0
+$ composer require react/promise-stream:^1.1
253
```
254
255
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments