Skip to content

Releases: miladrahimi/phprouter

v4.0.7

07 Dec 09:34
Compare
Choose a tag to compare

Mirror updates.

v4.0.6

24 Nov 14:45
Compare
Choose a tag to compare

Mirror updates.

v4.0.5

15 Nov 22:36
Compare
Choose a tag to compare

Now url() method throws UndefinedRouteException when cannot find any route with the given name.

v4.0.4

03 Nov 17:39
4ed59c2
Compare
Choose a tag to compare

Domain support fixed, some improvement and code clean up.

v4.0.3

03 Nov 12:25
Compare
Choose a tag to compare

Some improvement, cleaning, documenting

v4.0.2

15 Oct 17:47
Compare
Choose a tag to compare

Increase test coverage

v4.0.1

15 Oct 14:18
Compare
Choose a tag to compare

Some cleaning

v4.0.0 (LTS)

23 Mar 19:19
412e615
Compare
Choose a tag to compare

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

06 Mar 15:14
Compare
Choose a tag to compare

Some extra files are removed.

v3.0.3

26 Aug 10:30
Compare
Choose a tag to compare

Fix null response.