add isXXX support

This commit is contained in:
Looly
2021-04-03 10:46:02 +08:00
parent cd9d902ff3
commit 78aaab53bc
2 changed files with 28 additions and 16 deletions

View File

@@ -3,12 +3,13 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.3 (2021-04-02)
# 5.6.3 (2021-04-03)
### 新特性
* 【core 】 修改数字转换的实现增加按照指定端序转换pr#1492@Github
* 【core 】 修改拆分byte数组时最后一组长度的规则pr#1494@Github
* 【core 】 新增根据日期获取节气pr#1496@Github
* 【core 】 mapToBean()添加对布尔值is前缀的识别pr#294@Gitee
### Bug修复
* 【core 】 修复Validator.isUrl()传空返回trueissue#I3ETTY@Gitee