|
1 | 1 | # Change Log
|
2 | 2 |
|
3 | 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 | + |
4 | 10 | ## Unreleased
|
5 | 11 |
|
6 | 12 |
|
7 |
| -## 1.7.1 - 2018-10-29 |
| 13 | +## [1.7.1] - 2018-10-29 |
8 | 14 |
|
9 | 15 | ### Fixed
|
10 | 16 |
|
11 | 17 | - FilteredStream is not actually seekable
|
12 | 18 |
|
13 | 19 |
|
14 |
| -## 1.7.0 - 2018-08-15 |
| 20 | +## [1.7.0] - 2018-08-15 |
15 | 21 |
|
16 | 22 | ### Fixed
|
17 | 23 |
|
|
24 | 30 | - Dropped tests on HHVM
|
25 | 31 |
|
26 | 32 |
|
27 |
| -## 1.6.0 - 2017-07-05 |
| 33 | +## [1.6.0] - 2017-07-05 |
28 | 34 |
|
29 | 35 | ### Added
|
30 | 36 |
|
|
35 | 41 | - Fix curl command of CurlFormatter when there is an user-agent header
|
36 | 42 |
|
37 | 43 |
|
38 |
| -## 1.5.0 - 2017-02-14 |
| 44 | +## [1.5.0] - 2017-02-14 |
39 | 45 |
|
40 | 46 | ### Added
|
41 | 47 |
|
|
54 | 60 | - FilteredStream::getWriteFilter We did not implement writing to the streams at all. And if we do, the filter is an internal information and should not be used by consuming code.
|
55 | 61 |
|
56 | 62 |
|
57 |
| -## 1.4.1 - 2016-12-16 |
| 63 | +## [1.4.1] - 2016-12-16 |
58 | 64 |
|
59 | 65 | ### Fixed
|
60 | 66 |
|
61 | 67 | - Cookie::matchPath Cookie with root path (`/`) will not match sub path (e.g. `/cookie`).
|
62 | 68 |
|
63 | 69 |
|
64 |
| -## 1.4.0 - 2016-10-20 |
| 70 | +## [1.4.0] - 2016-10-20 |
65 | 71 |
|
66 | 72 | ### Added
|
67 | 73 |
|
|
70 | 76 | - cUrlFormatter to be able to redo the request with a cURL command
|
71 | 77 |
|
72 | 78 |
|
73 |
| -## 1.3.1 - 2016-07-15 |
| 79 | +## [1.3.1] - 2016-07-15 |
74 | 80 |
|
75 | 81 | ### Fixed
|
76 | 82 |
|
|
79 | 85 | - FullHttpMessageFormatter rewinds streams after they are read
|
80 | 86 |
|
81 | 87 |
|
82 |
| -## 1.3.0 - 2016-07-14 |
| 88 | +## [1.3.0] - 2016-07-14 |
83 | 89 |
|
84 | 90 | ### Added
|
85 | 91 |
|
|
90 | 96 | - #41: Response builder broke header value
|
91 | 97 |
|
92 | 98 |
|
93 |
| -## 1.2.0 - 2016-03-29 |
| 99 | +## [1.2.0] - 2016-03-29 |
94 | 100 |
|
95 | 101 | ### Added
|
96 | 102 |
|
|
110 | 116 | - Matching authenitcation method, use RequestConditional instead
|
111 | 117 |
|
112 | 118 |
|
113 |
| -## 1.1.0 - 2016-02-25 |
| 119 | +## [1.1.0] - 2016-02-25 |
114 | 120 |
|
115 | 121 | ### Added
|
116 | 122 |
|
|
123 | 129 | - Fix casting string on a FilteredStream not filtering the output
|
124 | 130 |
|
125 | 131 |
|
126 |
| -## 1.0.0 - 2016-01-27 |
| 132 | +## [1.0.0] - 2016-01-27 |
127 | 133 |
|
128 | 134 |
|
129 |
| -## 0.2.0 - 2015-12-29 |
| 135 | +## [0.2.0] - 2015-12-29 |
130 | 136 |
|
131 | 137 | ### Added
|
132 | 138 |
|
|
135 | 141 | - [Apigen](http://www.apigen.org/) configuration
|
136 | 142 |
|
137 | 143 |
|
138 |
| -## 0.1.2 - 2015-12-26 |
| 144 | +## [0.1.2] - 2015-12-26 |
139 | 145 |
|
140 | 146 | ### Added
|
141 | 147 |
|
|
146 | 152 | - Chunk filter namespace in Dechunk stream
|
147 | 153 |
|
148 | 154 |
|
149 |
| -## 0.1.1 - 2015-12-25 |
| 155 | +## [0.1.1] - 2015-12-25 |
150 | 156 |
|
151 | 157 | ### Added
|
152 | 158 |
|
|
161 | 167 | - Encoding
|
162 | 168 | - Message decorator
|
163 | 169 | - Message factory (Guzzle, Diactoros)
|
| 170 | + |
| 171 | + |
| 172 | +[Unreleased]: https://github.com/php-http/message/compare/v1.7.1...HEAD |
| 173 | +[1.7.1]: https://github.com/php-http/message/compare/1.7.0...v1.7.1 |
| 174 | +[1.7.0]: https://github.com/php-http/message/compare/1.6.0...1.7.0 |
| 175 | +[1.6.0]: https://github.com/php-http/message/compare/1.5.0...1.6.0 |
| 176 | +[1.5.0]: https://github.com/php-http/message/compare/v1.4.1...1.5.0 |
| 177 | +[1.4.1]: https://github.com/php-http/message/compare/v1.4.0...v1.4.1 |
| 178 | +[1.4.0]: https://github.com/php-http/message/compare/v1.3.1...v1.4.0 |
| 179 | +[1.3.1]: https://github.com/php-http/message/compare/v1.3.0...v1.3.1 |
| 180 | +[1.3.0]: https://github.com/php-http/message/compare/v1.2.0...v1.3.0 |
| 181 | +[1.2.0]: https://github.com/php-http/message/compare/v1.1.0...v1.2.0 |
| 182 | +[1.1.0]: https://github.com/php-http/message/compare/v1.0.0...v1.1.0 |
| 183 | +[1.0.0]: https://github.com/php-http/message/compare/0.2.0...v1.0.0 |
| 184 | +[0.2.0]: https://github.com/php-http/message/compare/v0.1.2...0.2.0 |
| 185 | +[0.1.2]: https://github.com/php-http/message/compare/v0.1.1...v0.1.2 |
| 186 | +[0.1.1]: https://github.com/php-http/message/compare/v0.1.0...v0.1.1 |
0 commit comments