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 11# Changelog
22
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+
314## 0.1.1 (2016-05-01)
415
516* 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
204204This will install the latest supported version:
205205
206206``` bash
207- $ composer require clue/promise-stream-react:^0.1
207+ $ composer require clue/promise-stream-react:^0.1.2
208208```
209209
210210See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments