Skip to content

Releases: Tencent/Biny

v2.10.11

Choose a tag to compare

@billge1205 billge1205 released this 29 Jan 07:36

修复了自定义路由后缀匹配的问题

v2.10.10

Choose a tag to compare

@billge1205 billge1205 released this 28 Jun 09:46
  1. 支持restful不同method转发到不同路由(权限区分)
  2. request bug修复

Biny_v2.10.9

Choose a tag to compare

@billge1205 billge1205 released this 10 May 06:14
  1. 修复restful 函数缺失问题 thx @ShigemoriHakura
  2. 兼容跨域请求 预发option返回204
  3. 兼容性优化

v2.10.8

Choose a tag to compare

@billge1205 billge1205 released this 15 Apr 03:55

数据库操作API 支持 not like , regexp
框架WIKI更新

Biny_v2.10.6

Choose a tag to compare

@billge1205 billge1205 released this 28 Dec 06:53
  1. 支持DAO静态调用,可全局使用。
    $this->userDAO 等同于 DAO::get('user')
  2. 部分功能调优

Biny_v2.10.5

Choose a tag to compare

@billge1205 billge1205 released this 07 Dec 02:20
b081813
  1. updateByPK支持运算符
  2. fix bug by @ShigemoriHakura

Biny_v2.10.4

Choose a tag to compare

@billge1205 billge1205 released this 13 Sep 00:19

1.新增session-cookie过期时间类型设置
2.兼容原多语言写法
3.bug修复

Biny_v2.10.2

Choose a tag to compare

@billge1205 billge1205 released this 12 Jun 07:38
  1. 修复了log日志归档错误问题
  2. 增加旧版本函数失效提醒及修改说明
  3. shell模式微调

v2.10.1

Choose a tag to compare

@billge1205 billge1205 released this 20 Nov 03:47
  1. request/response可全局调用获取参数和返回结果
  2. Logger新增按日期自动文件夹归档功能
  3. model模型封装,可链式调用获取
  4. 部分细节优化

v2.10.0beta1

v2.10.0beta1 Pre-release
Pre-release

Choose a tag to compare

@billge1205 billge1205 released this 04 Nov 13:13
  1. request/response可全局调用获取参数和返回结果
  2. Logger新增按日期自动文件夹归档功能
  3. model模型封装,可链式调用获取
  4. 部分细节优化