Skip to content

Releases: buuum/Route

v1.0.20

20 Jun 09:01

Choose a tag to compare

remove safeRegex

v2.0.1

19 Apr 16:37

Choose a tag to compare

fix bug in dispatcher

v2.0.0

18 Apr 12:14

Choose a tag to compare

v2

v1.0.19

12 Jan 07:04

Choose a tag to compare

Add feature:
Define host an array. Ex:

$route->group(['host' => ['host1.dev', 'host2.dev']], function (Router $route) {
...

v1.0.18

28 Dec 15:03

Choose a tag to compare

fix bug with order routes

v1.0.17

24 Dec 07:31

Choose a tag to compare

add new features

v1.0.16

24 Dec 07:30

Choose a tag to compare

add link support

v1.0.15

13 Dec 14:21

Choose a tag to compare

add link support

v1.0.14

29 Nov 08:52

Choose a tag to compare

filter before now works without return arrays

v1.0.13

28 Nov 21:12

Choose a tag to compare

fix bug that crashes with older filter versions