Skip to content

v2.1.15

Compare
Choose a tag to compare
@duke-git duke-git released this 16 Feb 04:08
· 648 commits to main since this release

Feature:

  1. slice package: add new functions: DropRight, DropWhile, DropRightWhile, IsAscending, IsDescending, IsSorted.

  2. convertor package: add DeepClone function to support deep copy interface.

  3. xerror package: add XError struct for more contextual error handling.

Fix:

  1. Fix bug which AesEcbEncrypt and AesEcbDecrypt failed under key length of 24 or 32 in cryptor package.