Changelog History
-
v1.4.0 Changes
December 25, 2017The new version
1.4.0
has the following improvements:- #27 titleCase behaviour with prime/apostrophe
-
v1.3.1 Changes
November 15, 2017🔨 Refactored
sprintf()
function constants, which reduced by 1KB the minified bundle size. -
v1.3.0 Changes
February 13, 2017 -
v1.2.0 Changes
January 12, 2017 -
v1.1.0 Changes
December 27, 2016The new version
1.1.0
brings new features and small fixes. 😻Voca
1.1.0
contains the following modifications:🆕 👍 New features:
- 👀 Implemented a new function
v.stripTags()
(see docs)
👌 👏 Improvements:
- 🚑 Lazy evaluation of the diacritical maps module, which is used by
v.latinise()
function - 🔨
trimLeft()
,trimRight()
andv.wordWrap()
functions refactoring
🍱 👌 Documentation:
- 🛠 Typo fixes in examples on https://vocajs.com
- 👀 Implemented a new function
-
v1.0.0 Changes
December 13, 2016Let the games begin!
🚀 The first stable release 1.0.0 of Voca : the ultimate JavaScript string library.
🔄 The Voca library offers helpful functions to make string manipulations comfortable: change case, trim, pad, slugify, latinise, sprintf'y, truncate, escape and much more. The modular design allows to load the entire library, or individual functions to minimize the application builds. The library is fully tested, well documented and long-term supported.
📚 See the detailed documentation at https://vocajs.com
-
v1.0.0-beta.2 Changes
December 12, 2016🚀 This is the second beta 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 beta contains the following modifications.
🍱 👌 Documentation:
- ⚡️ Updated the library description and examples on https://vocajs.com
- Listed the available functions in
README.md
for easier access
🆕 👍 New features:
- ➕ Added license comment to the head of generated dist files
-
v1.0.0-beta.1
December 12, 2016 -
v1.0.0-alpha.2 Changes
December 08, 2016🚀 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()
tov.countGraphemes()
- 📇 Renamed function
v.countSubstring()
tov.countSubstrings()
- 🔨 Internal refactoring of the regular expression constants to reduce to size of build for individual functions
- 👀 Implemented a new function
-
v1.0.0-alpha.1 Changes
December 02, 2016🚀 This is the first 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:
- 📚 All functions listed in the documentation are implemented and tested
- 🏗 Browser UMD builds
voca.js
andvoca.min.js
are available indist/
folder - The version
1.0.0-alpha.1
is published on npm