Releases: walkor/webman-framework
Releases · walkor/webman-framework
v2.2.1
What's Changed
- 移除安装时覆盖bootstrap文件 by @luoyue712 in #137
- Fix https://www.workerman.net/q/14770
New Contributors
- @luoyue712 made their first contribution in #137
Full Changelog: 2.2.0...v2.2.1
2.2.0
- Support route annotations
- Other optimizations
Full Changelog: v2.1.4...2.2.0
v2.1.4
Full Changelog: v2.1.3...v2.1.4
v2.1.3
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
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
- @CheesyTech made their first contribution in #121
- @Rhilip made their first contribution in #124
Full Changelog: v2.1.1...v2.1.2
v2.1.1
- Remove support/bootstrap/LaravelDb from config/bootstrap.php
Full Changelog: v2.1.0...v2.1.1
v2.1.0
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
- 2.0.0 with coroutine
Full Changelog: v1.6.14...v2.0.0
v1.6.14
- view() optimization.
Full Changelog: v1.6.13...v1.6.14
v1.6.13
- Fix the bug that occurs after re-wrapping the view().
Full Changelog: v1.6.12...v1.6.13