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.
- Switch from
http-interop/http-middleware
tohttp-interop/http-server-middleware
- Simplified internal code
- Changed
MatcherInterface
to allow use callables. - Updated to
http-interop/http-middleware#0.5
- Updated phpunit to
^6.0
- Replaced container-interop by
psr/container
- 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.
- Support for container-interop, to create middleware components on demand
First version