Comparing version 5.4.22 to 5.4.23
/** | ||
* bellajs | ||
* v5.4.22 | ||
* built: Tue, 04 Oct 2016 02:12:10 GMT | ||
* v5.4.23 | ||
* built: Wed, 05 Oct 2016 01:27:13 GMT | ||
* git: https://github.com/ndaidong/bellajs | ||
@@ -6,0 +6,0 @@ * author: @ndaidong |
{ | ||
"version": "5.4.22", | ||
"version": "5.4.23", | ||
"name": "bellajs", | ||
@@ -4,0 +4,0 @@ "description": "A useful helper for any javascript program", |
@@ -66,20 +66,20 @@ BellaJS | ||
### Array & Object | ||
- .clone(Array|Object|Date o) | ||
- .contains(Array a, String|Object search [, String key]) | ||
- .copies(Array|Object src, Array|Object dest [, Boolean mustMatch[, Array exclude] ]) | ||
- .empty(Array|Object|Element|String o) | ||
- .equals(Anything a, Anything b) | ||
- .hasProperty(Array|Object o, String key) | ||
- .max(Array a) | ||
- .min(Array a) | ||
- .pick(Array a [, Number count]) | ||
- .random([Number min [, Number max]]) | ||
- .sort(Array a [, String order | Object option ]) | ||
- .shuffle(Array a) | ||
- .unique(Array a) | ||
- .first(Array a) | ||
- .last(Array a) | ||
- .getIndex(String|Object element, Array a) | ||
- .getLastIndex(String|Object element, Array a) | ||
### Array & Object | ||
- .clone(Array|Object|Date o) | ||
- .contains(Array a, String|Object search [, String key]) | ||
- .copies(Array|Object src, Array|Object dest [, Boolean mustMatch[, Array exclude] ]) | ||
- .empty(Array|Object|Element|String o) | ||
- .equals(Anything a, Anything b) | ||
- .hasProperty(Array|Object o, String key) | ||
- .max(Array a) | ||
- .min(Array a) | ||
- .pick(Array a [, Number count]) | ||
- .random([Number min [, Number max]]) | ||
- .sort(Array a [, String order | Object option ]) | ||
- .shuffle(Array a) | ||
- .unique(Array a) | ||
- .first(Array a) | ||
- .last(Array a) | ||
- .getIndex(String|Object element, Array a) | ||
- .getLastIndex(String|Object element, Array a) | ||
@@ -272,4 +272,11 @@ *How to use Bella.sort?* | ||
You may like to see BellaJS in action by modifying the script test/manual/test.js and then call it: | ||
``` | ||
node test/manual/test.js | ||
``` | ||
# License | ||
The MIT License (MIT) |
80644
281