Releases: RadLikeWhoa/Countable
Releases · RadLikeWhoa/Countable
Version 1.3.0
- Countable is now available as an AMD and CommonJS module.
- Better handle
textarea
with predefined value. (Thanks to besmithett)
Version 1.2.0
- Optionally strip HTML tags. (Thanks to craniumslows)
- Include ucs2decode function from the punycode library to better handle special characters. (Thanks to craniumslows)
- Better handling of punctuation.
Version 1.1.1
- Better support for foreign languages and special characters.
Version 1.1.0
- Include number of characters including whitespace.
- Countable is now available on Bower.
- Improve performance when counting the values.
- Improve performance when trimming strings by using
String::trim
when available. - Better documentation.
Initial Release
v1.0.0 Initial release