Skip to content

Helpful.js v1.0.1

Compare
Choose a tag to compare
@CMEONE CMEONE released this 07 Oct 17:37
· 115 commits to main since this release

This release includes the following methods:

  • stringToArray - Converts a string into an array of individual characters
  • duplicateArray - Duplicates an array by creating a new array and transferring all the elements from the first array
  • hex.convertFromString - Converts a string to hexadecimal
  • hex.convertToString - Converts hexadecimal to a string
  • hex.convertFromBytes - Converts a bytes array to hexadecimal
  • hex.convertToBytes - Converts hexadecimal to a bytes array

Information, contributing guidelines, documentation template, test cases template, issue template, pull request template, and CI tests have been added in the first release of helpful.js.