11# Change Log
22
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+
313## 2.1.0 - 2017-12-21
414
515### Changed
616
717- Added compatibility with ` react/http-client ` v0.5 (compatibility with v0.4 kept)
818- ` 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.
1020
1121### Deprecations
1222- Passing a ` \React\Dns\Resolver\Resolver ` to ` ReactFactory::buildHttpClient ` is deprecated and will be removed in ** 3.0.0** .
1323To control connector behavior (DNS, timeout, etc), pass a ` \React\Socket\ConnectorInterface ` instead.
1424
25+
1526## 2.0.0 - 2017-09-18
1627
1728### Changed
@@ -22,12 +33,14 @@ To control connector behavior (DNS, timeout, etc), pass a `\React\Socket\Connect
2233
2334- Promise adapter rewrote to handle chain operation
2435
36+
2537## 1.0.0 - 2017-07-08
2638
2739### Changed
2840
2941- Tests update to last version
3042
43+
3144## 0.3.0 - 2016-11-07
3245
3346### Changed
@@ -71,3 +84,14 @@ This change was introduce in https://github.com/reactphp/http-client/pull/66.
7184## 0.1.0 - 2016-03-02
7285
7386- 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