This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +40
-9
lines changed Expand file tree Collapse file tree 1 file changed +40
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 2.0.0
3
+
4
+ All notable changes to this project will be documented in this file.
5
+
6
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
7
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
+
9
+
10
+ ## [ Unreleased]
11
+
12
+
13
+ ## [ 2.0.0]
4
14
5
15
### Added
6
16
7
17
- Support for HTTPlug 2.0 and PSR-18
8
18
9
19
### Changed
10
20
11
- - ` Client ` and ` Promise ` are both final.
21
+ - ` Client ` and ` Promise ` are both final
12
22
13
23
### Removed
14
24
15
25
- Support for PHP <7.1
16
26
17
- ## 1.1.1 - 2016-05-10
27
+
28
+ ## [ 1.1.1] - 2016-05-10
18
29
19
30
### Fixed
20
31
21
32
- Adapter can again be instantiated without a guzzle client.
22
33
23
- ## 1.1.0 - 2016-05-09
34
+
35
+ ## [ 1.1.0] - 2016-05-09
24
36
25
37
### Added
26
38
27
39
- Factory method Client::createWithConfig to create an adapter with custom
28
40
configuration for the underlying guzzle client.
29
41
30
42
31
- ## 1.0.0 - 2016-01-26
43
+ ## [ 1.0.0] - 2016-01-26
32
44
33
45
34
- ## 0.4.1 - 2016-01-13
46
+ ## [ 0.4.1] - 2016-01-13
35
47
36
48
### Changed
37
49
42
54
- Client common dependency
43
55
44
56
45
- ## 0.4.0 - 2016-01-12
57
+ ## [ 0.4.0] - 2016-01-12
46
58
47
59
### Changed
48
60
49
61
- Updated package files
50
62
- Updated HTTPlug to RC1
51
63
52
64
53
- ## 0.2.1 - 2015-12-17
65
+ ## [ 0.3.1] - 2015-12-31
66
+
67
+
68
+ ## [ 0.3.0] - 2015-12-31
69
+
70
+
71
+ ## [ 0.2.1] - 2015-12-17
54
72
55
73
### Added
56
74
61
79
- Guzzle setup conforms to HTTPlug requirement now: Minimal functionality in client
62
80
63
81
64
- ## 0.2.0 - 2015-12-15
82
+ ## [ 0.2.0] - 2015-12-15
65
83
66
84
### Added
67
85
77
95
### Added
78
96
79
97
- Initial release
98
+
99
+
100
+ [ Unreleased ] : https://github.com/php-http/guzzle6-adapter/compare/v2.0.0...HEAD
101
+ [ 2.0.0 ] : https://github.com/php-http/guzzle6-adapter/compare/v1.1.1...v2.0.0
102
+ [ 1.1.1 ] : https://github.com/php-http/guzzle6-adapter/compare/v1.1.0...v1.1.1
103
+ [ 1.1.0 ] : https://github.com/php-http/guzzle6-adapter/compare/v1.0.0...v1.1.0
104
+ [ 1.0.0 ] : https://github.com/php-http/guzzle6-adapter/compare/v0.4.1...v1.0.0
105
+ [ 0.4.1 ] : https://github.com/php-http/guzzle6-adapter/compare/v0.4.0...v0.4.1
106
+ [ 0.4.0 ] : https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.4.0
107
+ [ 0.3.1 ] : https://github.com/php-http/guzzle6-adapter/compare/v0.3.0...v0.3.1
108
+ [ 0.3.0 ] : https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.3.0
109
+ [ 0.2.1 ] : https://github.com/php-http/guzzle6-adapter/compare/v0.2.0...v0.2.1
110
+ [ 0.2.0 ] : https://github.com/php-http/guzzle6-adapter/compare/v0.1.0...v0.2.0
You can’t perform that action at this time.
0 commit comments