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.
1.0.2 - 2025-01-06
1.0.1 - 2020-12-06
1.0.0 - 2018-01-24
- Updated to the final version of PSR-15 (
psr/http-server-middleware
)
0.7.1 - 2018-01-12
- Added more tests for 100% code coverage
- Added php7.2 to travis
- Some internal code cleanup
0.7.0 - 2017-12-14
- Added
__invoke()
magic method to use the dispatcher as a callable
0.6.0 - 2017-11-12
- Switch from
http-interop/http-middleware
tohttp-interop/http-server-middleware
- Simplified internal code
0.5.0 - 2017-09-22
- Changed
MatcherInterface
to allow use callables. - Updated to
http-interop/http-middleware#0.5
- Updated phpunit to
^6.0
0.4.0 - 2017-03-01
- Replaced container-interop by
psr/container
0.3.0 - 2017-01-28
- New
Middleland\Matchers\Pattern
to filter by path patterns - New
Middleland\Matchers\Accept
to filter by Accept headers
Middleland\Matchers\Path
compare the directory name, instead the path.
0.2.0 - 2017-01-09
- Support for container-interop, to create middleware components on demand
0.1.0 - 2017-01-09
First version