Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 883 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 883 Bytes

Change Log

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.1 - 2020-12-03

Added

  • Support for PHP 8.0

2.0.0 - 2019-11-30

Added

  • Added a second argument to the constructor to set a ResponseFactoryInterface

Removed

  • Support for PHP 7.0 and 7.1
  • The responseFactory() option. Use the second argument in the constructor.

1.1.0 - 2018-08-04

Added

  • PSR-17 support
  • New option responseFactory

1.0.0 - 2018-06-07

First version