This repository was archived by the owner on Dec 12, 2021. It is now read-only.
Releases: selamiphp/router
Releases · selamiphp/router
0.6: Action option for add method changed to allow autowiring.
0.5
0.4
0.3.1
0.3
0.2.1
0.2: Magic method added to catch http request methods
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
0.1 Composer config updated