Skip to content

Releases: jefferyjob/go-easy-utils

v2.0.1

11 May 09:59
Compare
Choose a tag to compare

English

  • Fixed the data type inconsistency parsing error in slice in JsonToStruct (#37)
  • JsonToStruct supports parsing of map data type (#37)

简体中文

  • 修复了JsonToStructslice中数据类型不一致解析错误
  • JsonToStruct支持map数据类型的解析

v1.1.1

11 May 09:57
Compare
Choose a tag to compare

English

  • Fixed the data type inconsistency parsing error in slice in JsonToStruct (#36)
  • JsonToStruct supports parsing of map data type (#36)

简体中文

  • 修复了JsonToStructslice中数据类型不一致解析错误
  • JsonToStruct支持map数据类型的解析

v2.0.0

05 May 07:56
7775125
Compare
Choose a tag to compare

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

04 Apr 15:13
Compare
Choose a tag to compare

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

31 Mar 10:34
db0ed90
Compare
Choose a tag to compare

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

27 Mar 08:54
cea73b8
Compare
Choose a tag to compare

English

  • 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

简体中文

  • 优化了 JsonToStruct 方法中指针类型的参数判断
  • 优化了 anyUtil 包中关于指针类型的判断
  • 优化了 anyUtiljsonUtil 文档
  • Fix:删除了 AnyToInt 方法中的debug代码 #5
  • Fix:修复了身份证号验证存在的问题 #7

v1.0.0

26 Mar 08:33
2e0edc2
Compare
Choose a tag to compare

English

  • Toolkit development, supporting common function development

Chinese

  • 工具包开发,支持常用功能开发