Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 585 Bytes

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 585 Bytes

Change Log


All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[2.1.0] 2016-10-04

  • Added

    • 2016-10-02 added addCollectors() in CollectorAwareInterface
  • Changed

    • 2016-10-04 updated ResolverSimple.php
    • 2016-09-27 restructured to follow psr-4 standard
    • 2016-09-27 moved to version 2.1-dev

[2.0.1] 2016-09-21

  • Added

    • Path prefix feature. PrefixAwareInterface, PrefixAwareTrait

    • Added HandlerInterface and MiddlewareHandler for middleware support.