Skip to content

Releases: walkor/webman-framework

v1.5.24

15 Sep 14:09
Compare
Choose a tag to compare
  • Cache support dirver file and array

Full Changelog: v1.5.23...v1.5.24

v1.5.23

20 Aug 03:48
Compare
Choose a tag to compare

What's Changed

  • GetRealIp use x-forwarded-for by default by @qnnp-me in #106
  • Route::fallback(function($request, $status){}) add http status param

Full Changelog: v1.5.22...v1.5.23

v1.5.22

04 Aug 01:42
Compare
Choose a tag to compare
  • public_path($path, $plugin = null) support $plugin param

Full Changelog: v1.5.21...v1.5.22

v1.5.21

23 Jul 09:22
Compare
Choose a tag to compare

What's Changed

  • No longer send heartbeats for closed database connections
  • Support Db::getConnections() Db::getInstance()
  • Uri safe check by @qnnp-me in #102

Full Changelog: v1.5.20...v1.5.21

v1.5.20

04 Jul 07:22
Compare
Choose a tag to compare
  • Supports template invocation in non-HTTP environments

Full Changelog: v1.5.19...v1.5.20

v1.5.19

17 Jun 02:05
9ac7c13
Compare
Choose a tag to compare

What's Changed

  • fix x-forwarded-for only show intranet ip by @Jonlincy in #103
  • Multi-Directory Support in Translation Class by @goveeta in #104

New Contributors

Full Changelog: v1.5.18...v1.5.19

v1.5.18

26 May 03:16
Compare
Choose a tag to compare

What's Changed

  • Update Route.php by @guke1991 in #98
  • Optimize the application plugin to customize the public directory @qnnp-me in #99
  • View assigned variables may stay shared between requests by @latypoff in #100

New Contributors

Full Changelog: v1.5.16...v1.5.18

v1.5.17

11 May 08:59
10e992e
Compare
Choose a tag to compare

What's Changed

  • Update Route.php by @guke1991 in #98
  • 优化应用插件可自定义 public 目录, 使得打包后可使用外置 public 目录 by @qnnp-me in #99
  • 优化Model DIE智能提示

New Contributors

Full Changelog: v1.5.16...v1.5.17

v1.5.16

15 Jan 12:12
8433552
Compare
Choose a tag to compare

Full Changelog: v1.5.15...v1.5.16

v1.5.15

15 Jan 11:59
303b977
Compare
Choose a tag to compare

What's Changed

  • feat:增加全局中间件调用 by @hepeichun in #96
  • 支持跨应用配置中间件

例如 任意middlewarea配置文件支持以下语意的中间件配置

return [
    '@' => [], // 给所有插件包括主项目增加全局中间件
    'plugin.ai' => [], // 给ai插件增加中间件
    'plugin.ai.admin' => [], // 给ai插件的admin模块增加插件
];

New Contributors

Full Changelog: v1.5.14...v1.5.15