Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonweicn committed Dec 19, 2022
1 parent 727122c commit 57279ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MiniFramework/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# CHANGES #


## Version 2.9.6 released. ( 2022-12-19 ) ##

### 版本变化 ###
* 新增常量 LOG_MAX_FILES,默认值90,用于定义日志文件存储的最大数量。
* 新增 Mini\Base\Model 类的 distinct() 方法,用于链式操作支持 SQL 的 DISTINCT 语句。
* 新增 Mini\Base\Model 类的 having() 方法,用于链式操作支持 SQL 的 HAVING 语句。
* 新增 Mini\Base\Model 类的 page() 方法,帮助开发者更简单地实现分页功能。
* 改进 Mini\Base\Model 类的 select() 方法,对于传入参数的字符大小写不再做限制。
* 改进 Mini\Base\Log 类的 writeToFile()方法,根据常量 LOG_MAX_FILES 定义的数量控制日志文件个数。
* 改进 Mini\Db\Mysql 类的 query() 方法,对于传入参数的字符大小写不再做限制。


## Version 2.9.5 released. ( 2022-12-06 ) ##

### 版本变化 ###
Expand Down

0 comments on commit 57279ed

Please sign in to comment.