Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 466 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 466 Bytes

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

0.2.0 - 2017-01-03

Added

  • __call magic method added to let router set http request methods using method call.(i.e. $router->get($route, $action)
  • More exceptions defined
  • Tests added/changed for changes

Deprecated

  • Nothing.

Removed

  • defined routes removed from constructor which breaks BC.

Fixed

  • Nothing.