Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 1.6 KB

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.

0.7.0 - 2017-12-14

Added

  • Added __invoke() magic method to use the dispatcher as a callable

0.6.0 - 2017-11-12

Changed

  • Switch from http-interop/http-middleware to http-interop/http-server-middleware
  • Simplified internal code

0.5.0 - 2017-09-22

Changed

  • 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

Changed

  • Replaced container-interop by psr/container

0.3.0 - 2017-01-28

Added

  • New Middleland\Matchers\Pattern to filter by path patterns
  • New Middleland\Matchers\Accept to filter by Accept headers

Fixed

  • Middleland\Matchers\Path compare the directory name, instead the path.

0.2.0 - 2017-01-09

Added

0.1.0 - 2017-01-09

First version