Skip to content

v1.3.8

Compare
Choose a tag to compare
@duke-git duke-git released this 26 Apr 10:02
· 1230 commits to main since this release

This release version adapts to v2.1.20, which add lots of feature

  1. compare package: add compare package to provide a lightweight comparison function on any type.
  2. strutil package: add StringToBytes, BytesToString, IsBlank, HasPrefixAny, HasSuffixAny, IndexOffset. RemoveNonPrintable.
  3. netutil package: add DownloadFile, UploadFile, IsPingConnected, IsTelnetConnected.
  4. fileutil package: add CurrentPath, sZipFile, FileSize, MTime, Sha, ReadCsvFile.
  5. formatter package: add Pretty, PrettyToWriter, DecimalBytes, BinaryBytes, ParseDecimalBytes, ParseBinaryBytes.
  6. mathutil package: add AngleToRadian, RadianToAngle, PointDistance, IsPrime.
  7. validator package: add IsInt, IsFloat, IsNumber, IsASCII, IsPrintable.
  8. system package: add option support for ExecCommand function.