File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 11# Cherry-router
22
3- ## [ v1.0.1] ( https://github.com/ABGEO07/cherry-router/releases/tag/v1.0.1 " v1.0.1 ") (2019-03-29)
3+ ## [ v1.1.0] ( https://github.com/cherry-framework/router/releases/tag/v1.1.0 " v1.1.0 ") (2019-04-05)
4+
5+ - Remove namespace part form route action. Now you can use this syntax:
6+
7+ ``` json
8+ {
9+ ...
10+ "action" : " DefaultController::index" ,
11+ ...
12+ }
13+ ```
14+
15+ - Lock Cherry Request dependency to 1.0.x version.
16+
17+ ## [v1.0.1](https://github.com/cherry-framework/router/releases/tag/v1.0.1 "v1.0.1") (2019-03-29)
418
519- Change Namespace
620
1529- Use call_user_func_array function in method calling
1630
1731
18- ## [ v1.0.0] ( https://github.com/ABGEO07/ cherry-router/releases/tag/v1.0.0 " v1.0.0 ") (2019-03-07)
32+ ## [v1.0.0](https://github.com/cherry-framework/ router/releases/tag/v1.0.0 "v1.0.0") (2019-03-07)
1933#### The first stable version
2034
21- - Package available on: ` composer require cherry-project /router ` ;
35+ - Package available on: `composer require cherry-framework /router`;
2236- Router path has placeholder support;
2337- Router has all HTTP Methods support;
24- - Router has caching feature;
38+ - Router has caching feature;
You can’t perform that action at this time.
0 commit comments