Releases: miladrahimi/phprouter
Releases · miladrahimi/phprouter
v4.0.7
Mirror updates.
v4.0.6
Mirror updates.
v4.0.5
Now url()
method throws UndefinedRouteException
when cannot find any route with the given name.
v4.0.4
Domain support fixed, some improvement and code clean up.
v4.0.3
Some improvement, cleaning, documenting
v4.0.2
Increase test coverage
v4.0.1
Some cleaning
v4.0.0 (LTS)
Support base namespace
Support base prefix (base URI)
Support group namespace
Support nested groups
url() method for generating URLs for named routes
currentRoute() returns the Route object instead of an array
the zend-diactoros package is upgraded to version 2
PHP 7.3 compatibility
More test coverage
Some optimizations
Some refactoring
Some bug fixing
v3.0.4
Some extra files are removed.
v3.0.3
Fix null response.