Skip to content

Releases: icarus-go/utils

v0.0.44

14 Feb 08:38
Compare
Choose a tag to compare

refactor:

  • 年龄算法变更,修复避免年不是每年都是365天的问题

v0.0.43

14 Feb 03:53
Compare
Choose a tag to compare

fix:

  • Age方法更新计算方式为 : [ ( 当前时间时间戳 - 生日时间戳 ) / (60 * 60 * 24 *365 )]
  • description: 这里其实还是有问题,有一定偏差

v0.0.41

26 Jan 03:10
Compare
Choose a tag to compare

feat:

  • 增加虚岁周岁的方法

v0.0.40

19 Jan 03:31
Compare
Choose a tag to compare

fix:

  • identity card last one number is 'X'

v0.0.39

17 Jan 11:52
Compare
Choose a tag to compare

refactor:

  • 迁移代码库

v0.0.38

17 Jan 11:44
Compare
Choose a tag to compare

docs:

  • 工具包代码库迁移