src
2 months ago
CHANGELOG.md
2 months ago
LICENSE
2 months ago
README.md
2 months ago
composer.json
2 months ago
CHANGELOG.md
148 lines
| 1 | # Changelog |
| 2 | |
| 3 | All notable changes to this project will be documented in this file, in reverse chronological order by release. |
| 4 | |
| 5 | ## 1.1.5 - 2020-11-24 |
| 6 | |
| 7 | ### Added |
| 8 | |
| 9 | - [](https://github.com/php-fig/http-message-util/pull/19#19](https://github.com/php-fig/http-message-util/pull/19](https://github.com/php-fig/http-message-util/pull/19) adds support for PHP 8. |
| 10 | |
| 11 | ### Changed |
| 12 | |
| 13 | - Nothing. |
| 14 | |
| 15 | ### Deprecated |
| 16 | |
| 17 | - Nothing. |
| 18 | |
| 19 | ### Removed |
| 20 | |
| 21 | - Nothing. |
| 22 | |
| 23 | ### Fixed |
| 24 | |
| 25 | - Nothing. |
| 26 | |
| 27 | ## 1.1.4 - 2020-02-05 |
| 28 | |
| 29 | ### Added |
| 30 | |
| 31 | - Nothing. |
| 32 | |
| 33 | ### Changed |
| 34 | |
| 35 | - Nothing. |
| 36 | |
| 37 | ### Deprecated |
| 38 | |
| 39 | - Nothing. |
| 40 | |
| 41 | ### Removed |
| 42 | |
| 43 | - [](https://github.com/php-fig/http-message-util/pull/15#15](https://github.com/php-fig/http-message-util/pull/15](https://github.com/php-fig/http-message-util/pull/15) removes the dependency on psr/http-message, as it is not technically necessary for usage of this package. |
| 44 | |
| 45 | ### Fixed |
| 46 | |
| 47 | - Nothing. |
| 48 | |
| 49 | ## 1.1.3 - 2018-11-19 |
| 50 | |
| 51 | ### Added |
| 52 | |
| 53 | - [](https://github.com/php-fig/http-message-util/pull/10#10](https://github.com/php-fig/http-message-util/pull/10](https://github.com/php-fig/http-message-util/pull/10) adds the constants `StatusCodeInterface::STATUS_EARLY_HINTS` (103) and |
| 54 | `StatusCodeInterface::STATUS_TOO_EARLY` (425). |
| 55 | |
| 56 | ### Changed |
| 57 | |
| 58 | - Nothing. |
| 59 | |
| 60 | ### Deprecated |
| 61 | |
| 62 | - Nothing. |
| 63 | |
| 64 | ### Removed |
| 65 | |
| 66 | - Nothing. |
| 67 | |
| 68 | ### Fixed |
| 69 | |
| 70 | - Nothing. |
| 71 | |
| 72 | ## 1.1.2 - 2017-02-09 |
| 73 | |
| 74 | ### Added |
| 75 | |
| 76 | - [](https://github.com/php-fig/http-message-util/pull/4#4](https://github.com/php-fig/http-message-util/pull/4](https://github.com/php-fig/http-message-util/pull/4) adds the constant |
| 77 | `StatusCodeInterface::STATUS_MISDIRECTED_REQUEST` (421). |
| 78 | |
| 79 | ### Deprecated |
| 80 | |
| 81 | - Nothing. |
| 82 | |
| 83 | ### Removed |
| 84 | |
| 85 | - Nothing. |
| 86 | |
| 87 | ### Fixed |
| 88 | |
| 89 | - Nothing. |
| 90 | |
| 91 | ## 1.1.1 - 2017-02-06 |
| 92 | |
| 93 | ### Added |
| 94 | |
| 95 | - [](https://github.com/php-fig/http-message-util/pull/3#3](https://github.com/php-fig/http-message-util/pull/3](https://github.com/php-fig/http-message-util/pull/3) adds the constant |
| 96 | `StatusCodeInterface::STATUS_IM_A_TEAPOT` (418). |
| 97 | |
| 98 | ### Deprecated |
| 99 | |
| 100 | - Nothing. |
| 101 | |
| 102 | ### Removed |
| 103 | |
| 104 | - Nothing. |
| 105 | |
| 106 | ### Fixed |
| 107 | |
| 108 | - Nothing. |
| 109 | |
| 110 | ## 1.1.0 - 2016-09-19 |
| 111 | |
| 112 | ### Added |
| 113 | |
| 114 | - [](https://github.com/php-fig/http-message-util/pull/1#1](https://github.com/php-fig/http-message-util/pull/1](https://github.com/php-fig/http-message-util/pull/1) adds |
| 115 | `Fig\Http\Message\StatusCodeInterface`, with constants named after common |
| 116 | status reason phrases, with values indicating the status codes themselves. |
| 117 | |
| 118 | ### Deprecated |
| 119 | |
| 120 | - Nothing. |
| 121 | |
| 122 | ### Removed |
| 123 | |
| 124 | - Nothing. |
| 125 | |
| 126 | ### Fixed |
| 127 | |
| 128 | - Nothing. |
| 129 | |
| 130 | ## 1.0.0 - 2017-08-05 |
| 131 | |
| 132 | ### Added |
| 133 | |
| 134 | - Adds `Fig\Http\Message\RequestMethodInterface`, with constants covering the |
| 135 | most common HTTP request methods as specified by the IETF. |
| 136 | |
| 137 | ### Deprecated |
| 138 | |
| 139 | - Nothing. |
| 140 | |
| 141 | ### Removed |
| 142 | |
| 143 | - Nothing. |
| 144 | |
| 145 | ### Fixed |
| 146 | |
| 147 | - Nothing. |
| 148 |