CharSequenceUtil增加stripAll方法(pr#3659@Github)

This commit is contained in:
Looly
2024-07-18 11:42:27 +08:00
parent 0bf794883a
commit 57b566f9c7
3 changed files with 232 additions and 21 deletions

View File

@@ -2,13 +2,14 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.30(2024-07-16)
# 5.8.30(2024-07-18)
### 🐣新特性
* 【core 】 Converter转换规则变更空对象、空值转为Bean时创建默认对象而非nullissue#3649@Github
* 【core 】 UrlQuery增加remove方法
* 【extra 】 增加JakartaMailUtil支持新包名的mail
* 【core 】 CharSequenceUtil增加removeAllPrefix和removeAllSuffix方法pr#3655@Github
* 【core 】 CharSequenceUtil增加stripAll方法pr#3659@Github
### 🐞Bug修复
* 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题issue#IAAE88@Gitee