v1.3.8
This release version adapts to v2.1.20, which add lots of feature
- compare package: add compare package to provide a lightweight comparison function on any type.
- strutil package: add StringToBytes, BytesToString, IsBlank, HasPrefixAny, HasSuffixAny, IndexOffset. RemoveNonPrintable.
- netutil package: add DownloadFile, UploadFile, IsPingConnected, IsTelnetConnected.
- fileutil package: add CurrentPath, sZipFile, FileSize, MTime, Sha, ReadCsvFile.
- formatter package: add Pretty, PrettyToWriter, DecimalBytes, BinaryBytes, ParseDecimalBytes, ParseBinaryBytes.
- mathutil package: add AngleToRadian, RadianToAngle, PointDistance, IsPrime.
- validator package: add IsInt, IsFloat, IsNumber, IsASCII, IsPrintable.
- system package: add option support for ExecCommand function.