Skip to content

Releases: walkor/webman-framework

v1.5.20

04 Jul 07:22

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

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

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

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

Choose a tag to compare

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

v1.5.15

15 Jan 11:59
303b977

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

v1.5.14

03 Jan 07:33
d9304df

Choose a tag to compare

What's Changed

New Contributors

  • @zjkal made their first contribution in #93

Full Changelog: v1.5.13...v1.5.14

v1.5.13

16 Nov 04:07
699c9c9

Choose a tag to compare

  • Fix translation not work with phar

Full Changelog: v1.5.12...v1.5.13

v1.5.12

15 Nov 09:23
e8dbbfd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.11...v1.5.12

v1.5.11

31 Oct 09:11
a77eb7f

Choose a tag to compare

  • Support mongodb/laravel-mongodb

Full Changelog: v1.5.10...v1.5.11