All notable changes to this project are documented in this file using the Keep a CHANGELOG principles. This project adheres to Semantic Versioning.
3.0.0 - 2024-10-21
- Add support for PHP 8.4
- Drop support for PHP < 8.1
- Rename Stack constructor parameter
$response
to$defaultResponse
2.0.1 - 2021-03-14
- Links in changelog
2.0.0 - 2021-03-14
- Add support for PHP >= 8.0
- Drop support for PHP < 7.3
1.0.0 - 2018-06-22
- Use official PSR-15 interfaces
0.2.0 - 2017-01-18
- Relies on https://github.com/http-interop/http-middleware
- Stack delegates itself
0.1.0 - 2017-01-10
First draft of middleware stack implementing PSR-15 Draft for PHP7+ runtime environment.