Skip to content

Releases: kaatinga/assets

Clean Up

20 Sep 23:34

Choose a tag to compare

  • some changes in IsCyrillicString()
  • code clean up

Updated CICD, updated a helper

01 Sep 20:42

Choose a tag to compare

DeleteLeadingZeros() was added

26 Dec 11:24

Choose a tag to compare

Leading zeros can now be processed using DeleteLeadingZeros() helper.

GenPassword() works faster now

01 Nov 08:51

Choose a tag to compare

  • GenPassword() refactored
  • GenPasswordAsButes() was added

Code clean-up #2

20 Jun 00:12

Choose a tag to compare

  • CompareTwoStrings() was deleted from the package.
  • Fixed comments and descriptions
  • Added nolint tags

Complex code clean-up

14 Jun 12:11

Choose a tag to compare

  • Updated descriptions
  • Immutable Errors in MultipleEqual()
  • Refactored GenPassword() and String2Bool()
  • Added SetUint16()
  • Fixed unit tests

String2Uint16() and Bytes2Uint16() implemented

09 May 16:42

Choose a tag to compare

v1.0.12

added unit test for String2Uint16()

Code clean-up

09 May 14:11

Choose a tag to compare

Just arranged the code better, deleted some redundant pieces of code. In some cases package works faster a bit.

Uint162String() added

09 Apr 10:40

Choose a tag to compare

v1.0.10

unit test for Uint16String composed

Byte2String() added

08 Apr 11:41

Choose a tag to compare

v1.0.9

added Byte2String()