Skip to content

v2.2.7

Compare
Choose a tag to compare
@duke-git duke-git released this 07 Oct 03:45
· 254 commits to main since this release

Feature:

  1. cryptor package: add GenerateRsaKeyPair, RsaEncryptOAEP, RsaDecryptOAEP.
  2. fileutil package: add ReadFile from path or url.
  3. strutil package: add IsNotBlank.
  4. datastructure package: ArrayQueue support auto scale.

Fix:

  1. fileutil package: fix CurrentPath to support windows and linux.