4
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Packaging More... about 13 years ago
Changed Then to Through More... about 13 years ago
Added always() method to bind routines to all routes globally. More... about 13 years ago
Encapsulated route routines (when, then, by) into separate classes. Needed for the next features. More... about 13 years ago
Extra test case More... about 13 years ago
Fixed bug on route dispatch ordering thanks to @mrpoundsign More... about 13 years ago
Fixed route ordering with optional parameters (/foo/* now matches before /foo/*/*), moved typing check from configuration-time to runtime on classes and instances as route targets. More... about 13 years ago
-Method dispatch() now returns an AbstractRoute instance which can be run() -Catch-all method now is ANY -Documented proxies and conditions on README -Unified __call() interface as a facade for callbackRoute(), instanceRoute() and classRoute() -Fixed instanceof issue with class names on Routes\ClassName -A lot of coffee was consumed during these changes More... about 13 years ago
Moved some logic to AbstractRoute More... about 13 years ago
Moved various route types to different classes, implemented * method matching. More... about 13 years ago
Added addControllerLoader and addControllerInstance, lots of tests and fixes. More... about 13 years ago
Fixed route ordering problems More... about 13 years ago
Added output handler to then() More... about 13 years ago
Routing improvements, removed lazy load replacement, renamed setProxies() to by(), added then() for post-routines and when() for route conditions. Needs tests. More... about 13 years ago
Minor fixes More... about 13 years ago
Proxies refactoring, param sync by name between proxies and callbacks on routes. More... about 13 years ago
Readme fix. More... about 13 years ago
Refactoring, Route class, Route proxies (inspired by Slim Framework Route Middleware) More... about 13 years ago
Fixed issue with URLs containing zeros /foo/bar/0/baz More... about 13 years ago
Readme fix. More... about 13 years ago
Controller binding, new README, tests, improved performance, several fixes to the routing mecanism (thanks to @duodraco). More... about 13 years ago
Edited README.md via GitHub More... about 13 years ago
Fixed small issue with catch-all parameters. Added gitignore. More... about 13 years ago
removed nbproject More... about 13 years ago
Initial commit. README, Licensing, etc. Router and tests. More... about 13 years ago