Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.4 KB

File metadata and controls

50 lines (38 loc) · 1.4 KB

Changelog

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.

2.0.0 - 2025-05-07

Added

  • .gitattributes file limiting the files that will be exported to composer

Changed

  • Depend on PHP >= 8.0

Removed

  • PSR-4 namespace for virtual psr/http-middleware package

1.0.1 - 2018-01-29

Added

  • Keep a Changelog changelog

Changed

  • Use direct invocations instead of call_user_func calls

Removed

  • Dependency on roave/security-advisories

1.0.0 - 2018-01-27

Added

  • Dependency on psr/http-server-middleware
  • PHP 7.2 support
  • Dependency on roave/security-advisories

Changed

  • Implemented final PSR-15 interfaces

Removed

  • Provided package psr/http-middleware package
  • HHVM support
  • PHP 5.6 support

0.1 - 2017-02-01

Added

  • First release based on the PSR-15 draft.