v2.5.0
- IMPORTANT - Added
notFoundmethod instead oferrormethod. From now on,errormethod will be used to handle exceptions and be able to return a pretty response you desire to client. - Added
XGETrequest method instead ofAJAX.AJAXrequest method will be deprecated in next releases. - Added
__invokemethod support for Controllers- From now on, you can use the Controller which only contain
__invokemethod. You can define a route with such a that controller:$router->get('/foo', 'FooController');
- From now on, you can use the Controller which only contain
For details, please check the Changelogs.