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.2 - 2025-02-01
- Compatibility with middlewares/util:^4.0 #5
- Support for PHP 8.4.
2.0.1 - 2020-12-02
- Support for PHP 8
2.0.0 - 2019-12-03
- A second argument in the constructor to pass a
ResponseFactoryInterface
- Support for PHP 7.0 and 7.1
1.0.0 - 2018-09-23
- #3
continueOnError()
option
- #3
defaultHandler()
option
0.2.1 - 2018-08-22
- Empty paths are always returned as
/
. - A
/
prefix works properly as well.
0.2.0 - 2018-08-22
- Update
middlewares/utils
library for compatibility withmiddlewares/request-handler
.
0.1.0 - 2018-08-22
First version