idealo/php-middleware-stack

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog

All notable changes to this project are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.0.0] - 2024-10-21

### Added

- Add support for PHP 8.4

### Changed

- Drop support for PHP < 8.1
- Rename Stack constructor parameter `$response` to `$defaultResponse`

## [2.0.1] - 2021-03-14

### Fixed

- Links in changelog

## [2.0.0] - 2021-03-14

### Added

- Add support for PHP >= 8.0

### Changed

- Drop support for PHP < 7.3

## [1.0.0] - 2018-06-22

### Changed

- Use official PSR-15 interfaces

## [0.2.0] - 2017-01-18

### Changed

- 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.

[Unreleased]: https://github.com/idealo/php-middleware-stack/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/idealo/php-middleware-stack/compare/v2.0.1...v3.0.0
[2.0.1]: https://github.com/idealo/php-middleware-stack/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/idealo/php-middleware-stack/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/idealo/php-middleware-stack/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/idealo/php-middleware-stack/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/idealo/php-middleware-stack/releases/tag/v0.1.0