zhaojjiang

Results 14 issues of zhaojjiang

- #30 replace deprecate functions - #31 fix bug after string type is updated - #32 add key prefix process - #33 add phpredis process --- - #30 is not...

add different phpredis process from predis: - key-type in index page and update page, - key-ttl in index page, - redis-info in layout

fix index page: show prefix twice and wrong type and wrong ttl, fix other update/create/delete operations, add filter prefix to global search pattern: search pattern always start with prefix.

change string key update page submit type from form to pjax, because there is an exception after I update it and automatically reload page.

functions array_get() and array_has() have been deprecated since Laravel 6.0, so replace them with Illuminate\Support\Arr::get() and Illuminate\Support\Arr::has(), both the two new functions were found in Laravel 5.*

- fix re-use data between postcss listeners - format code with prettier relate issues: #103, #101

When project is complex enough, there will be nested views and components. The event order can be Parent-Once --> Children-Once --> Children-Declaration --> Parent-Declaration, which result the rootValue miscalculated from...

# Description #1707 - [html-closing-bracket-newline] New Option for HTML: `closing-bracket-newline` - this option decide whether add newline before tag's closing bracket or not - it only worked when tag already...

I search for custom return type support and find #3783, but the change only exists in branch main, v0.x, v2.x

VConsoleOptions 的类型定义在 `core/options.interface` 下,很不明显且很不友好, 希望能将 vconsole 的对外类型声明定义到 `vconsole` 下