Releases: kaatinga/assets
Releases · kaatinga/assets
Clean Up
Updated CICD, updated a helper
v1.3.0 cicd
DeleteLeadingZeros() was added
Leading zeros can now be processed using DeleteLeadingZeros() helper.
GenPassword() works faster now
- GenPassword() refactored
- GenPasswordAsButes() was added
Code clean-up #2
- CompareTwoStrings() was deleted from the package.
- Fixed comments and descriptions
- Added nolint tags
Complex code clean-up
- Updated descriptions
- Immutable Errors in MultipleEqual()
- Refactored GenPassword() and String2Bool()
- Added SetUint16()
- Fixed unit tests
String2Uint16() and Bytes2Uint16() implemented
v1.0.12 added unit test for String2Uint16()
Code clean-up
Just arranged the code better, deleted some redundant pieces of code. In some cases package works faster a bit.
Uint162String() added
v1.0.10 unit test for Uint16String composed
Byte2String() added
v1.0.9 added Byte2String()