v2.5.0
- IMPORTANT - Added
notFound
method instead oferror
method. From now on,error
method will be used to handle exceptions and be able to return a pretty response you desire to client. - Added
XGET
request method instead ofAJAX
.AJAX
request method will be deprecated in next releases. - Added
__invoke
method support for Controllers- From now on, you can use the Controller which only contain
__invoke
method. 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.