mirror of
https://github.com/jefferyjob/go-easy-utils.git
synced 2026-04-23 00:07:09 +08:00
2.3 KiB
2.3 KiB
Version update record
v1.0.0
- Toolkit development, supporting common function development
v1.0.1
- Optimized the parameter judgment of pointer type in
JsonToStructmethod - Optimized the judgment of pointer type in
anyUtil package - Optimized the documentation of
anyUtilandjsonUtil - Fix: Removed debug code from the
AnyToIntmethod (#5) - Fix: Problems in ID number verification (#7)
v1.0.2
- Optimized the validation of the result type in the
jsonUtilpackage (#9) - Fixed the validation error of passing an empty string for the data type in
JsonToStruct(#9)
v1.1.0
sliceUtilMore methods have been added to the package (#11)- Some formal parameters in the project are more standardized in naming (#10)
v1.1.1
- Fixed the data type inconsistency parsing error in
sliceinJsonToStruct(#36) JsonToStructsupports parsing ofmapdata type (#36)
v1.2.0
JsonToStructsupportsinterface{}defined in basic data types (#40)JsonToStructsupportsanydefined in primitive data types (#40)- Optimize
stringescape compatibility ofparsePrimitiveValue(#42) - Optimize
parsePrimitiveValue'sboolescape compatibility (#42)
v2.0.0
- The project fully supports generics and any (#19)
- Added
mathUtilpackage (#22) - Removed
intUtilpackage (#27) mathUtilpackage generic optimization (#30)
v2.0.1
- Fixed the data type inconsistency parsing error in
sliceinJsonToStruct(#37) JsonToStructsupports parsing ofmapdata type (#37)
v2.1.0
JsonToStructsupportsinterface{}defined in basic data types (#41)JsonToStructsupportsanydefined in primitive data types (#41)- Optimize
stringescape compatibility ofparsePrimitiveValue(#43) - Optimize
parsePrimitiveValue'sboolescape compatibility (#43)
v2.1.1
- Optimize the display of makefile help information (#53)
- Add unit test code (#52)
v2.1.2
cryptoUtilpackage supports RAS encryption method (#62)mathUtilpackage unit test optimization (#63)
v2.1.3
- error codes are migrated to their respective packages (#67)
- 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)
v2.2.1
- Known issues in optimization documentation