Skip to content

Releases: jefferyjob/go-easy-utils

v2.2.4

20 Aug 07:50
3437358
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.3...v2.2.4

v2.2.3

30 Jul 02:16
0990bbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

13 Jul 08:29
702107d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

20 Jun 08:56
37d3ed1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

20 Jun 08:03
126e2f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.2.0

v2.1.3

08 Apr 03:08
6b6e32f
Compare
Choose a tag to compare

English

  • error codes are migrated to their respective packages (#67)
  • Add unit test method of cryptoUtil package (#68)

简体中文

  • error code 迁移到各自的包下
  • 增加 cryptoUtil 包的单元测试方法

v2.1.2

03 Apr 02:19
0a5162c
Compare
Choose a tag to compare

English

  • cryptoUtil package supports RAS encryption method (#62)
  • mathUtil package unit test optimization (#63)

简体中文

  • cryptoUtil 包支持RAS加密方法
  • mathUtil 包单元测试优化

v2.1.1

08 Aug 14:46
226e23c
Compare
Choose a tag to compare

English

  • Optimize the display of makefile help information (#53)
  • Add unit test code (#52)

简体中文

  • 优化 makefile 文件帮助信息的展示
  • 增加单元测试代码

v2.1.0

12 May 11:23
Compare
Choose a tag to compare

English

  • JsonToStruct supports interface{} defined in basic data types (#41)
  • JsonToStruct supports any defined in primitive data types (#41)
  • Optimize string escape compatibility of parsePrimitiveValue (#43)
  • Optimize parsePrimitiveValue's bool escape compatibility (#43)

简体中文

  • JsonToStruct 支持基本数据类型中定义 interface{}
  • JsonToStruct 支持基本数据类型中定义 any
  • 优化 parsePrimitiveValuestring 转义兼容
  • 优化 parsePrimitiveValuebool 转义兼容

v1.2.0

12 May 11:22
Compare
Choose a tag to compare

English

  • JsonToStruct supports interface{} defined in basic data types (#40)
  • JsonToStruct supports any defined in primitive data types (#40)
  • Optimize string escape compatibility of parsePrimitiveValue (#42)
  • Optimize parsePrimitiveValue's bool escape compatibility (#42)

简体中文

  • JsonToStruct 支持基本数据类型中定义 interface{}
  • JsonToStruct 支持基本数据类型中定义 any
  • 优化 parsePrimitiveValuestring 转义兼容
  • 优化 parsePrimitiveValuebool 转义兼容