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

Releases: selamiphp/router

0.6: Action option for add method changed to allow autowiring.

14 Jul 07:23
Compare
Choose a tag to compare

0.5

02 Jul 09:06
Compare
Choose a tag to compare
0.5
Readme updated for new addtions [skipci]

0.4

30 Jun 08:39
Compare
Choose a tag to compare
0.4
retun types and request methods moved to class constants

0.3.1

17 Jun 06:10
Compare
Choose a tag to compare
seting route closures refactored

0.3

17 Jun 05:25
Compare
Choose a tag to compare
0.3
Caching routes enabled

0.2.1

23 Mar 11:04
Compare
Choose a tag to compare
return type issue fixed

0.2: Magic method added to catch http request methods

03 Jan 11:08
Compare
Choose a tag to compare

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.

Initial release

15 Dec 12:34
Compare
Choose a tag to compare
0.1

Composer config updated