Skip to content

v2.2.4

Compare
Choose a tag to compare
@duke-git duke-git released this 01 Aug 02:06
· 361 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 ConcurrentMap, HasKey.
  4. slice package: add Join.
  5. pointer package: add UnwarpOr, UnwarpOrDefault.

Fix:

  1. fileutil package: Fix bug of CreateDir.