add methods

This commit is contained in:
Looly
2020-12-24 00:35:30 +08:00
parent 718c6f48ab
commit b8e4a131d8
9 changed files with 250 additions and 111 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.5.5 (2020-12-23)
# 5.5.5 (2020-12-24)
### 新特性
* 【core 】 URLUtil.normalize新增重载pr#233@Gitee
@@ -11,11 +11,14 @@
* 【db 】 RedisDS实现序列化接口pr#1323@Github
* 【poi 】 StyleUtil增加getFormat方法pr#235@Gitee
* 【poi 】 增加ExcelDateUtil更多日期格式支持issue#1316@Github
* 【core 】 NumberUtil.toBigDecimal支持各类数字格式如1,234.56等issue#1334@Github
* 【core 】 NumberUtil增加parseXXX方法issue#1334@Github
### Bug修复
* 【core 】 FileUtil.isSub相对路径判断问题pr#1315@Github
* 【core 】 TreeUtil增加空判定issue#I2ACCW@Gitee
* 【db 】 解决Hive获取表名失败问题issue#I2AGLU@Gitee
* 【core 】 修复DateUtil.parse未使用严格模式导致结果不正常的问题issue#1332@Github
-------------------------------------------------------------------------------------------------------------
# 5.5.4 (2020-12-16)