CollUtil新增anyMatch和allMatch方法

This commit is contained in:
Looly 2023-06-03 01:43:20 +08:00
parent 8432d76064
commit 3603fdaeea

View File

@ -2,11 +2,12 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.20(2023-06-01)
# 5.8.20(2023-06-03)
### 🐣新特性
* 【core 】 UrlQuery增加setStrict方法区分是否严格模式issue#I78PB1@Gitee
* 【poi 】 添加系列方法writeCol以支持按列输出pr#1003@Gitee
* 【core 】 CollUtil新增anyMatch和allMatch方法pr#1008@Gitee
### 🐞Bug修复
* 【core 】 修复TreeUtil.getParentsName()获取到的路径集合中存在值为null的路径名称问题issue#I795IN@Gitee