UrlQuery增加remove方法

This commit is contained in:
Looly
2024-07-16 15:21:00 +08:00
parent 7262c7695f
commit dd659efb52
2 changed files with 18 additions and 4 deletions

View File

@@ -2,10 +2,11 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.30(2024-07-15)
# 5.8.30(2024-07-16)
### 🐣新特性
* 【core 】 Converter转换规则变更空对象、空值转为Bean时创建默认对象而非nullissue#3649@Github
* 【core 】 UrlQuery增加remove方法
### 🐞Bug修复
* 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题issue#IAAE88@Gitee