All notable changes to this project will be documented in this file, in reverse chronological order by release.
- #19 adds support for PHP 8.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #15 removes the dependency on psr/http-message, as it is not technically necessary for usage of this package.
- Nothing.
- #10 adds the constants
StatusCodeInterface::STATUS_EARLY_HINTS
(103) andStatusCodeInterface::STATUS_TOO_EARLY
(425).
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #4 adds the constant
StatusCodeInterface::STATUS_MISDIRECTED_REQUEST
(421).
- Nothing.
- Nothing.
- Nothing.
- #3 adds the constant
StatusCodeInterface::STATUS_IM_A_TEAPOT
(418).
- Nothing.
- Nothing.
- Nothing.
- #1 adds
Fig\Http\Message\StatusCodeInterface
, with constants named after common status reason phrases, with values indicating the status codes themselves.
- Nothing.
- Nothing.
- Nothing.
- Adds
Fig\Http\Message\RequestMethodInterface
, with constants covering the most common HTTP request methods as specified by the IETF.
- Nothing.
- Nothing.
- Nothing.