Releases: Coercive/Router
Releases · Coercive/Router
New handlers for origin, fetch site, https...
Update composer required dependencies
3.4.5 remove required coercive globals dependency
Router: get and check referer
3.4.4 Router: get and check referer
Compatibility php8 - backward compatibility php7.4
3.4.3 Remove const type for backward compatibility to php 7.4
Factory loader
3.4.2 Factory loader
Fix router finding the last route matches
3.4.1 Fix router finding the last route matches.
Controller : user two separate options for handle 404 / 500 errors with optional callbacks
Controller : user two separate options for handle 404 / 500 errors with optional callbacks.
Compatibility is broken with the previous version. You have to readapt the code, and optionally add callbacks to handle route not found or controller not found errors.
Route : dynamic option(s) setter
3.3.9 Route : dynamic option(s) setter
Exclude port from HTTP_HOST and get SERVER_NAME
3.3.8 Router : retrieve and getter for SERVER_NAME
Expose parser, load route deferred, autoload routes when export or run
3.3.7 Router : exposer parser, load route deferred, autoload routes when ex…