NamingCase.toCamelCase新增重载,可选是否转换其他字符为小写

This commit is contained in:
Looly
2023-03-31 13:40:46 +08:00
parent b167fa1d16
commit 8420a9b0a1
3 changed files with 18 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
* 【core 】 完善HttpStatus参考相关规范补全缺失的状态码pr#968@Gitee
* 【core 】 NumberUtil增加pr#968@Gitee
* 【core 】 Number128增加hash和equals方法pr#968@Gitee
* 【core 】 NamingCase.toCamelCase新增重载可选是否转换其他字符为小写issue#3031@ithub
### 🐞Bug修复
* 【core 】 CollUtil.split优化切割列表参数判断避免OOMpr#3026@Github