add method

This commit is contained in:
Looly
2021-06-11 13:17:35 +08:00
parent 93b383c2b7
commit e2de04d36f
11 changed files with 617 additions and 554 deletions

View File

@@ -3,12 +3,14 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.0 (2021-06-10)
# 5.7.0 (2021-06-11)
### 🐣新特性
* 【jwt 】 添加JWT模块实现了JWT的创建、解析和验证
* 【crypto 】 SymmetricCrypto增加update方法pr#1642@Github
* 【crypto 】 MacEngine增加接口update,doFinal,reset等接口
* 【core 】 StrSpliter更名为StrSplitter
* 【core 】 NumberUtil的decimalFormat增加数字检查
### 🐞Bug修复