Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 1.43 KB

Changelog

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

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

0.1.0 - 2017-01-10

First draft of middleware stack implementing PSR-15 Draft for PHP7+ runtime environment.