File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.2 (2016-12-19)
4
+
5
+ * Feature: Replace ` SecureStream ` with unlimited read buffer from react/stream v0.4.5
6
+ (#72 by @clue )
7
+
8
+ * Feature: Add examples
9
+ (#75 by @clue )
10
+
3
11
## 0.5.1 (2016-11-20)
4
12
5
13
* Feature: Support Promise cancellation for all connectors
Original file line number Diff line number Diff line change @@ -225,16 +225,10 @@ The recommended way to install this library is [through Composer](http://getcomp
225
225
This will install the latest supported version:
226
226
227
227
``` bash
228
- $ composer require react/socket-client:^0.5.1
228
+ $ composer require react/socket-client:^0.5.2
229
229
```
230
230
231
- If you care a lot about BC, you may also want to look into supporting legacy versions:
232
-
233
- ``` bash
234
- $ composer require " react/socket-client:^0.5||^0.4||^0.3"
235
- ```
236
-
237
- More details and upgrade guides can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
231
+ More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
238
232
239
233
## Tests
240
234
You can’t perform that action at this time.
0 commit comments