v2.2.0 version log (#75)

Co-authored-by: libin <libin@zmexing.com>
This commit is contained in:
libin
2024-06-20 16:02:18 +08:00
committed by GitHub
parent d20be347b5
commit 126e2f0c84
2 changed files with 10 additions and 2 deletions

View File

@@ -54,4 +54,8 @@
## v2.1.3
- error code 迁移到各自的包下
- 增加 cryptoUtil 包的单元测试方法
- 增加 cryptoUtil 包的单元测试方法
## v2.2.0
- 开发新方法 ExtractKeys 切片字段提取
- 开发新方法 SliceToMap 切片转map

View File

@@ -54,4 +54,8 @@
## v2.1.3
- error codes are migrated to their respective packages (#67)
- Add unit test method of cryptoUtil package (#68)
- Add unit test method of cryptoUtil package (#68)
## v2.2.0
- Developed a new method ExtractKeys to extract slice fields (#74)
- Developed a new method SliceToMap to convert slices to maps (#74)