Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "words.js", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A flexible, robust and powerful Javascript word-string manipulation library.", | ||
@@ -5,0 +5,0 @@ "main": "words.min.js", |
@@ -50,2 +50,8 @@ words.js | ||
**Words.prototype.count** | ||
> `count` | ||
> A getter to get the amount of words in the internal array. | ||
**Words.prototype.set** | ||
@@ -73,3 +79,12 @@ > `<this> set( <string>/<number> index, [index1, ..., indexN] )` | ||
``` | ||
**Words.prototype.$** | ||
> `$` | ||
> A getter for .get() | ||
**Words.prototype.string** | ||
> `string` | ||
> Another getter for .get(), similar to .$. | ||
**Words.prototype.xs** | ||
@@ -76,0 +91,0 @@ > `<this> xs( <function> callback(<string> word, <number> index) )` |
34415
315