Releases: jefferyjob/go-easy-utils
Releases · jefferyjob/go-easy-utils
v2.0.1
English
- Fixed the data type inconsistency parsing error in
slice
in JsonToStruct
(#37)
JsonToStruct
supports parsing of map
data type (#37)
简体中文
- 修复了
JsonToStruct
中slice
中数据类型不一致解析错误
JsonToStruct
支持map
数据类型的解析
v1.1.1
English
- Fixed the data type inconsistency parsing error in
slice
in JsonToStruct
(#36)
JsonToStruct
supports parsing of map
data type (#36)
简体中文
- 修复了
JsonToStruct
中slice
中数据类型不一致解析错误
JsonToStruct
支持map
数据类型的解析
v2.0.0
English
- The project fully supports generics and any (#19)
- Added
mathUtil
package (#22)
- Removed
intUtil
package (#27)
mathUtil
package generic optimization (#30)
简体中文
- 项目全面支持泛型和any
- 新增
mathUtil
包
- 删除了
intUtil
包
mathUtil
包泛型优化
v1.1.0
English
sliceUtil
More methods have been added to the package #11
- Some formal parameters in the project are more standardized in naming #10
简体中文
sliceUtil
包中增加了更多的方法
- 项目中的某些形参更加规范命名
v1.0.2
English
- Optimized the validation of the result type in the jsonUtil package #9
- Fixed the validation error of passing an empty string for the data type in JsonToStruct #9
简体中文
- 优化了 jsonUtil 包中result类型的验证
- 修复了JsonToStruct中数据类型传入空字符串的校验错误
v1.0.1
English
- Optimized the parameter judgment of pointer type in
JsonToStruct
method
- Optimized the judgment of pointer type in
anyUti
l package
- Optimized the documentation of
anyUtil
and jsonUtil
- Fix: Removed debug code from the
AnyToInt
method #5
- Fix: Problems in ID number verification #7
简体中文
- 优化了
JsonToStruct
方法中指针类型的参数判断
- 优化了
anyUtil
包中关于指针类型的判断
- 优化了
anyUtil
和 jsonUtil
文档
- Fix:删除了
AnyToInt
方法中的debug代码 #5
- Fix:修复了身份证号验证存在的问题 #7
v1.0.0
English
- Toolkit development, supporting common function development
Chinese