Skip to content

Commit

Permalink
升级 1.4.5 支持热加载、公共字段自定义填充。
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Aug 28, 2016
1 parent 8cd399b commit 8c24935
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# CHANGELOG


## [v1.4.4](http://www.oschina.net/news/76419/mybatis-plus-1-4-3) 2016.08.25
## [v1.4.5] 2016.08.28
- 新增 XML 修改自动热加载功能
- 添加自动处理EntityWrapper方法中的MessageFormat Params类型为字符串的参数
- 新增表公共字段自动填充功能


## [v1.4.4] 2016.08.25
- entitywrapper所有条件类方法支持传入null参数,该条件不会附件到SQL语句中
- TSQLPlus更名为TSqlPlus与整体命名保持一致。
- 修复mysql关键字bug——将关键字映射转换加上``符号,增加xml文件生成时可自定义文件后缀名
Expand Down

0 comments on commit 8c24935

Please sign in to comment.