All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.4.3 - 2023-08-24
- Add support for psr/http-message:^2
0.4.2 - 2023-08-24
- Drop support of PHP <8.0
0.4.1 - 2022-04-28
- Move
phpstan
requirements to dev
0.4.0 - 2022-04-28
Pipe
andStack
classes arefinal
.
- Drop support of PHP <7.4
0.3.0 - 2018-10-22
- Updated to PSR-15
0.2.0 - 2017-09-20
- Substitution of
Delegate
related code withRequestHandler
to be compatible with http-interop/http-middleware:0.5
0.1.1 - 2017-01-17
Pipe
andStack
can be initialized with an array of middlewares.
Pipe
class.Stack
class.