Skip to content

v2.1.19

Compare
Choose a tag to compare
@duke-git duke-git released this 17 Apr 07:40
· 522 commits to main since this release

Feature:

  1. slice package: add ReduceBy, ReduceRight.

  2. fileutil package: add CurrentPath.

  3. formatter package: add Pretty, PrettyToWriter, DecimalBytes, BinaryBytes, ParseDecimalBytes, ParseBinaryBytes

  4. validator package: add IsInt, IsFloat, IsNumber.

  5. maputil package: add MapTo.

  6. system package: add option support for ExecCommand function.

Fix:

  1. formatter package: fix bug of Comma function.

Doc:

  1. Add document and examples for stream package.