Skip to content

Releases: walkor/webman-framework

v2.2.1

26 Mar 02:50
ce54d8f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...v2.2.1

2.2.0

22 Feb 11:00

Choose a tag to compare

  • Support route annotations
  • Other optimizations

Full Changelog: v2.1.4...2.2.0

v2.1.4

10 Nov 07:02
f19d1f9

Choose a tag to compare

Full Changelog: v2.1.3...v2.1.4

v2.1.3

10 Nov 03:37

Choose a tag to compare

What's Changed

  • feat(Middleware, Route): 递归处理父类中间件和 DisableDefaultRoute 注解 by @qnnp-me in #126
  • feat(Middleware): 支持从父类中读取中间件注解 by @qnnp-me in #127
  • 支持定义路由时附加参数 by @ichynul in #128
  • refactor(translation): 增加开发多语言插件时可以手动指定配置用于测试 by @qnnp-me in #129
  • FIX: GH#131 by @willvar in #132

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

10 Mar 11:58

Choose a tag to compare

What's Changed

  • Fix setGet setPost setHeader methods of request
  • add psr/log package in requirement. Change Monolog\Logger to Psr\Log\… by @CheesyTech in #121
  • feat(i18n): Allow custom loader by @Rhilip in #124

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

07 Feb 03:40

Choose a tag to compare

  • Remove support/bootstrap/LaravelDb from config/bootstrap.php

Full Changelog: v2.1.0...v2.1.1

v2.1.0

05 Feb 14:43

Choose a tag to compare

What's Changed

  • Require workerman ^5.1
  • Context use Workerman/Coroutine/Context
  • Remove support/Db.php support/Model.php, please install webman/database
  • Remove support/Cache.php, please install webman/cache
  • Update support\helpers.php by @lengqiuqiuqiu in #118

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Jan 03:32

Choose a tag to compare

  • 2.0.0 with coroutine

Full Changelog: v1.6.14...v2.0.0

v1.6.14

03 Jan 14:19

Choose a tag to compare

  • view() optimization.

Full Changelog: v1.6.13...v1.6.14

v1.6.13

02 Jan 10:52

Choose a tag to compare

  • Fix the bug that occurs after re-wrapping the view().

Full Changelog: v1.6.12...v1.6.13