Skip to content

1.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@panzerdp panzerdp released this 08 Dec 11:27
· 130 commits to master since this release

This is the second alpha build released as I work towards Voca 1.0.0.

This release is strictly for development and testing only, and must not be used for production

This alpha contains the following modifications.

👍 New features:

  • Implemented a new function v.countWords() that counts the number of words in a string (see docs)
  • Implemented a new function v.wordWrap() that wraps the string by spaces (see docs)

👌 Refactoring:

  • Renamed function v.countGrapheme() to v.countGraphemes()
  • Renamed function v.countSubstring() to v.countSubstrings()
  • Internal refactoring of the regular expression constants to reduce to size of build for individual functions