- Added support for string parameter to
Countable#count
. You can now pass a single string instead of an element or a list of elements as the first parameter, e.g.Countable.count('hello world', callback)
. - Improve documentation.
Countable#count
. You can now pass a single string instead of an element or a list of elements as the first parameter, e.g. Countable.count('hello world', callback)
.