1
1
# Change Log
2
2
3
+
4
+ All notable changes to this project will be documented in this file.
5
+
6
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
+
9
+
10
+ ## Unreleased
11
+
12
+
3
13
## 2.1.0 - 2017-12-21
4
14
5
15
### Changed
6
16
7
17
- Added compatibility with ` react/http-client ` v0.5 (compatibility with v0.4 kept)
8
18
- ` ReactFactory::buildHttpClient ` now accepts a ` \React\Socket\ConnectorInterface ` (only for ` react/http-client ` v0.5).
9
- If none provided, will use React HTTP Client defaults.
19
+ If none provided, will use React HTTP Client defaults.
10
20
11
21
### Deprecations
12
22
- Passing a ` \React\Dns\Resolver\Resolver ` to ` ReactFactory::buildHttpClient ` is deprecated and will be removed in ** 3.0.0** .
13
23
To control connector behavior (DNS, timeout, etc), pass a ` \React\Socket\ConnectorInterface ` instead.
14
24
25
+
15
26
## 2.0.0 - 2017-09-18
16
27
17
28
### Changed
@@ -22,12 +33,14 @@ To control connector behavior (DNS, timeout, etc), pass a `\React\Socket\Connect
22
33
23
34
- Promise adapter rewrote to handle chain operation
24
35
36
+
25
37
## 1.0.0 - 2017-07-08
26
38
27
39
### Changed
28
40
29
41
- Tests update to last version
30
42
43
+
31
44
## 0.3.0 - 2016-11-07
32
45
33
46
### Changed
@@ -71,3 +84,14 @@ This change was introduce in https://github.com/reactphp/http-client/pull/66.
71
84
## 0.1.0 - 2016-03-02
72
85
73
86
- Initial release
87
+
88
+
89
+ [ Unreleased ] : https://github.com/php-http/react-adapter/compare/2.1.0...HEAD
90
+ [ 2.1.0 ] : https://github.com/php-http/react-adapter/compare/v2.0.0...2.1.0
91
+ [ 2.0.0 ] : https://github.com/php-http/react-adapter/compare/1.0.0...v2.0.0
92
+ [ 1.0.0 ] : https://github.com/php-http/react-adapter/compare/v0.3.0...1.0.0
93
+ [ 0.3.0 ] : https://github.com/php-http/react-adapter/compare/v0.2.2...v0.3.0
94
+ [ 0.2.2 ] : https://github.com/php-http/react-adapter/compare/v0.2.1...v0.2.2
95
+ [ 0.2.1 ] : https://github.com/php-http/react-adapter/compare/v0.2.0...v0.2.1
96
+ [ 0.2.0 ] : https://github.com/php-http/react-adapter/compare/v0.1.1...v0.2.0
97
+ [ 0.1.1 ] : https://github.com/php-http/react-adapter/compare/v0.1.0...v0.1.1
0 commit comments