Releases: php-fig/http-message-util
Releases · php-fig/http-message-util
http-message-util 1.1.5
Added
- #19 adds support for PHP 8.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
http-message-util 1.1.4
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #15 removes the dependency on psr/http-message, as it is not technically necessary for usage of this package.
Fixed
- Nothing.
http-message-util 1.1.3
Added
- #10 adds the constants
StatusCodeInterface::STATUS_EARLY_HINTS
(103) and
StatusCodeInterface::STATUS_TOO_EARLY
(425).
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
fig/http-message-util 1.1.2
Added
- #4 adds the constant
StatusCodeInterface::STATUS_MIDIRECTED_REQUEST
(421).
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
fig/http-message-util 1.1.1
Added
- #3 adds the constant
StatusCodeInterface::STATUS_IM_A_TEAPOT
(418).
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
fig/http-message-util 1.1.0
Added
- #1 adds
Fig\Http\Message\StatusCodeInterface
, with constants named after common status reason phrases, with values indicating the status codes themselves.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
fig/http-message-util 1.0.0
Initial release.
Provides Fig\Http\Message\RequestMethodInterface
, with constants mapping to the most common HTTP request methods.