Skip to content

Releases: walkor/webman-framework

v1.0.9

01 Dec 03:11
0fab3b0

Choose a tag to compare

Add group method for Route.
For example.

Route::group('/a', function () {
   Route::any('/b', function () {return 'b';});
   Route::any('/c', function () {return 'c';});
   Route::any('/d/{e}', function ($r, $e) {return $e;});
});

v1.0.8

25 Nov 02:14
7b5290c

Choose a tag to compare

Update App.php

Fix https://github.com/walkor/webman/issues/83

v1.0.7

01 Nov 03:07
d5057ec

Choose a tag to compare

Update Route.php

https://github.com/walkor/webman/issues/68

v1.0.6

17 Oct 09:14
7b614e2

Choose a tag to compare

Update Middleware.php

v1.0.5

25 Sep 09:09
c228ced

Choose a tag to compare

add prefix for RedisClusterSessionHandler

v1.0.4

25 Sep 04:14

Choose a tag to compare

add RedisClusterSessionHandler

v1.0.3

20 Sep 12:42

Choose a tag to compare

exception optimization

v1.0.2

01 Sep 04:16

Choose a tag to compare

Add request->getRealIp()

v1.0.1

24 Aug 03:40

Choose a tag to compare

Add options method for Route.

v1.0.0

28 Jun 07:25

Choose a tag to compare

v1.0.0