Skip to content

v1.3.9

Compare
Choose a tag to compare
@duke-git duke-git released this 01 Jun 02:23
· 1242 commits to main since this release

Feature:

  1. datetime package: add AddYear, BetweenSeconds, DayOfYear, IsLeapYear, IsWeekend.
  2. fileutil package: add WriteStringToFile, WriteBytesToFile.
  3. mathutil package: add GCD, LCM, Sin, Cos.
  4. strutil package: add ContainsAll, ContainsAny, ReplaceWithMap, Trim, SplitAndTrim, HideString.

Fix:

  1. netutil package: fix bug in functions HttpPost, IsPingConnected.
  2. datetime package: fix time format issue.