voca v1.0.0-alpha.2 Release Notes

Release Date: 2016-12-08 // over 7 years ago
  • 🚀 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