File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.2 (2016-05-25)
4
+
5
+ * Feature: Add first() function
6
+ (#2 by @clue )
7
+
8
+ * Feature: Add all() function
9
+ (#3 by @clue )
10
+
11
+ * Add unwrapWritable() function
12
+ (#4 by @clue )
13
+
3
14
## 0.1.1 (2016-05-01)
4
15
5
16
* Bug: Closing stream should also close input stream
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ The recommended way to install this library is [through Composer](https://getcom
204
204
This will install the latest supported version:
205
205
206
206
``` bash
207
- $ composer require clue/promise-stream-react:^0.1
207
+ $ composer require clue/promise-stream-react:^0.1.2
208
208
```
209
209
210
210
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments