Skip to content

v1.4.1

Compare
Choose a tag to compare
@duke-git duke-git released this 31 Jul 08:47
· 1242 commits to main since this release

Feature:

  1. cryptor package: add base64 support for md5, hmac, sha encrypt functions.
  2. datetime package: add NowDateOrTime, Timestamp, TimestampMilli, TimestampMicro, TimestampNano.
  3. maputil package: add HasKey.
  4. slice package: add Join.

Fix:

  1. fileutil package: Fix bug of CreateDir.