JSON的getByPath方法新增更为通用的指定出参类型重载(pr#3814@Github)

This commit is contained in:
Looly 2024-12-08 16:12:34 +08:00
parent c1b3b1589e
commit 8fd770fe4d

View File

@ -2,16 +2,17 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.35(2024-12-05)
# 5.8.35(2024-12-08)
### 🐣新特性
* 【poi 】 优化ExcelWriter中使用比较器writer的方法只对第一条数据进行排序pr#3807@Github
* 【extra 】 优化Ftp.download返回false抛出异常issue#3805@Github
* 【core 】 优化MAC地址正则issue#IB95X4@Gitee
* 【json 】 JSON的getByPath方法新增更为通用的指定出参类型重载pr#3814@Github
### 🐞Bug修复
* 【crypto 】 修复JWTSignerUtil.createSigner中algorithmId未转换问题issue#3806@Github
* 【core 】 修复DateUtil.rangeContains未重置问题issue#IB8OFS@gitee
* 【core 】 修复DateUtil.rangeContains未重置问题issue#IB8OFS@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.34(2024-11-25)