File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.0 (2020-07-11)
4
+
5
+ A major new feature release, see [ ** release announcement** ] ( https://clue.engineering/2020/announcing-reactphp-http ) .
6
+
7
+ * Feature: Add event-driven, streaming HTTP client and server implementation via [ ` react/http ` ] ( https://reactphp.org/http/ ) .
8
+ (#440 by @clue )
9
+
10
+ * Update documentation to link to project meta repo and link to our official Gitter chat room.
11
+ (#432 and #433 by @clue )
12
+
13
+ * Improve test suite to run tests on PHP 7.4 and add ` .gitattributes ` to exclude dev files from exports.
14
+ (#434 by @reedy and #439 by @clue )
15
+
3
16
## 1.0.0 (2019-07-11)
4
17
5
18
* First stable LTS release, now following [ SemVer] ( https://semver.org/ ) .
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ installed like this:
201
201
202
202
``` bash
203
203
# quick protoyping only: install all stable components
204
- $ composer require react/react:^1.0
204
+ $ composer require react/react:^1.1
205
205
```
206
206
207
207
For more details, check out [ ReactPHP's homepage] ( https://reactphp.org ) for
You can’t perform that action at this time.
0 commit comments