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.5.1 (2017-06-18)
4+
5+ * Feature: Emit ` error ` event if request URL is invalid
6+ (#99 by @clue )
7+
8+ * Feature: Support OPTIONS method with asterisk-form (` OPTIONS * HTTP/1.1 ` )
9+ (#98 by @clue )
10+
11+ * Improve documentation for event semantics
12+ (#97 by @clue )
13+
314## 0.5.0 (2017-05-22)
415
516* Feature / BC break: Replace ` Factory ` with simple ` Client ` constructor
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ The recommended way to install this library is [through Composer](http://getcomp
9797This will install the latest supported version:
9898
9999``` bash
100- $ composer require react/http-client:^0.5
100+ $ composer require react/http-client:^0.5.1
101101```
102102
103103More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments