go-easy-utils/CHANGELOG.md
2023-05-05 15:48:44 +08:00

924 B

Version update record

v1.0.0

  • Toolkit development, supporting common function development

v1.0.1

  • Optimized the parameter judgment of pointer type in JsonToStruct method
  • Optimized the judgment of pointer type in anyUtil package
  • Optimized the documentation of anyUtil and jsonUtil
  • Fix: Removed debug code from the AnyToInt method (#5)
  • Fix: Problems in ID number verification (#7)

v1.0.2

  • 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)

v1.1.0

  • sliceUtil More methods have been added to the package (#11)
  • Some formal parameters in the project are more standardized in naming (#10)

v2.0.0

  • The project fully supports generics and any (#19)
  • Added mathUtil package (#22)
  • Removed intUtil package (#27)
  • mathUtil package generic optimization (#30)