Skip to content

Releases: better-go/pkg

update: go.work

23 Sep 01:42
Compare
Choose a tag to compare

update:

  1. 使用 go.work 拆分子包
  2. 更新部分包的依赖包, 修复bug.

update dep pkgs version

23 Sep 04:31
Compare
Choose a tag to compare

update:

  • update dep pkgs version

udpate: go-zero sql builder

26 Mar 08:50
Compare
Choose a tag to compare

update:

  • go-zero sql builder
  • base model mixin

update: orm base model tag

25 Mar 06:25
Compare
Choose a tag to compare

update:

  • orm base model tag: add db:"table_field_name"
  • support go-zero sql orm

update: fix sign

23 Mar 08:43
Compare
Choose a tag to compare

update:

  • sign

update: dict type

23 Mar 07:45
Compare
Choose a tag to compare

update:

  • update dict type: string dict
  • crypto: change sign payload type.

fix: sign type

22 Mar 10:47
Compare
Choose a tag to compare

fix:

  • add SignSHA256()
  • fix sign type

update: convert struct to map

22 Mar 09:56
Compare
Choose a tag to compare

update:

  • convert go struct to map

update: sign utils - support sha256/sha512

22 Mar 08:42
Compare
Choose a tag to compare

update:

  • sign with sha256/sha512

add: sign and verify data

18 Mar 08:43
Compare
Choose a tag to compare

add: sign and verify data

  • md5 sign/verify
  • sign fields:
    • public_key
    • nonce
    • ts(timestamp)
    • sign
    • sign_type