Pux v1.5.0 Release Notes

Release Date: 2014-02-19 // about 10 years ago
    • The controller method getActionMethods() now returns an associative array with "methodName" => [ annotation, meta ]
    • The controller method getActionRoutes() now returns an indexed array for the [ "route path", {route options} ]
    • 📜 Annotations from parent class methods are now parsed when calling getActionMethods or getActionRoutes
    • 📜 When the child method has no annotation, we parse the parent method annotation for it. unless the child method has its own annotations.