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

0.2: Magic method added to catch http request methods

Compare
Choose a tag to compare
@mkorkmaz mkorkmaz released this 03 Jan 11:08
· 47 commits to master since this release

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.