All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
For a full diff see 2.6.0...main
.
For a full diff see 2.5.0...2.6.0
.
- Added support for PHP 8.4 (#858), by @localheinz
For a full diff see 2.4.0...2.5.0
.
- Added support for PHP 8.3 (#693), by @localheinz
For a full diff see 2.3.0...2.4.0
.
- Dropped support for PHP 8.0 (#622), by @localheinz
For a full diff see 2.2.0...2.3.0
.
- Dropped support for PHP 7.4 (#537), by @localheinz
For a full diff see 2.1.0...2.2.0
.
- Dropped support for PHP 7.2 (#428), by @localheinz
- Dropped support for PHP 7.3 (#429), by @localheinz
For a full diff see 2.0.1...2.1.0
.
- Added support for PHP 8.0 (#274), by @localheinz
For a full diff see 2.0.0...2.0.1
.
- Removed an inappropriate
replace
configuration fromcomposer.json
(#73), by @localheinz
For a full diff see 1.0.0...2.0.0
.
-
Renamed vendor namespace
Localheinz
toErgebnis
after move to @ergebnis (#70), by @localheinzRun
$ composer remove localheinz/http-method
and
$ composer require ergebnis/http-method
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Localheinz\\Http/Ergebnis\\Http/g' {} \;
to replace occurrences of
Localheinz\Http
withErgebnis\Http
.Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
For a full diff see 848192d...1.0.0
.
- Added interface for RFC7231 (#5), by @localheinz
- Added interface for RFC5789 (#7), by @localheinz
- Added interface for RFC2068 (#8), by @localheinz
- Added interface for RFC3253 (#9), by @localheinz
- Added interface for RFC3648 (#10), by @localheinz
- Added interface for RFC3744 (#11), by @localheinz
- Added interface for RFC4437 (#12), by @localheinz
- Added interface for RFC4791 (#13), by @localheinz
- Added interface for RFC4918 (#14), by @localheinz
- Added interface for RFC5323 (#15), by @localheinz
- Added interface for RFC5842 (#16), by @localheinz
- Added interface for RFC7540 (#17), by @localheinz
- Added interface for Squid cache request methods (#18), by @localheinz
- Added interface for Varnish cache request methods (#19), by @localheinz
- Added interface for aggregating HTTP methods related to WebDAV (#22), by @localheinz