-
Notifications
You must be signed in to change notification settings - Fork 25
Releases: yeaha/owl
Releases · yeaha/owl
1.1.0
升级ORM到1.1.0,存在非兼容性改动,详情见:https://github.com/yeaha/owl-orm/releases/tag/1.1.0
Assets 2
0.3.23
修复一个php7方法在php5上的兼容性错误
Assets 2
1.0.0
代码库结构调整,把不同的组件拆分到独立的库
Assets 2
0.3.22
增加\Owl\Service\DB\Table,数据表对象
Assets 2
0.3.21
中间件改进
- 返回内层中间件的返回值
- 允许外层中间件修改传递给内层中间件的参数
Assets 2
0.3.20
- bugfix, Parameter\Validator,类型别名处理逻辑不正确
- Http\Response, 204和304时,不下发body内容
- 检查Request method是否合法的逻辑,从Router移动到Application
Assets 2
0.3.19
bugfix, CacheHooks::getCacheKey()字符串拼接错误
Assets 2
0.3.18
- bugfix
- rename \Owl\DataMapper\CacheMapper to \Owl\DataMapper\Cache\Hooks
- rename \Owl\Http\UploadFile to \Owl\Http\UploadedFile
- 增加几种常用的DataMapper缓存实现
Assets 2
0.3.17
bugfix,拼写错误
Assets 2
0.3.16
- 增加DataMapper datetime数据类型,json格式化逻辑