v2.1.19
Feature:
-
slice package: add ReduceBy, ReduceRight.
-
fileutil package: add CurrentPath.
-
formatter package: add Pretty, PrettyToWriter, DecimalBytes, BinaryBytes, ParseDecimalBytes, ParseBinaryBytes
-
validator package: add IsInt, IsFloat, IsNumber.
-
maputil package: add MapTo.
-
system package: add option support for ExecCommand function.
Fix:
- formatter package: fix bug of Comma function.
Doc:
- Add document and examples for stream package.