Add _.countBy and related unit tests, benchmarks, and documentation.

Former-commit-id: 915eaf414883a1dc344a558b08c7a1337ab5a225
This commit is contained in:
John-David Dalton
2012-07-19 01:29:51 -04:00
parent 7487497d1f
commit 9848ffb77f
7 changed files with 332 additions and 207 deletions

View File

@@ -46,7 +46,8 @@
'target',
'thisArg',
'toString',
'value'
'value',
'valueProp'
];
/** Used to minify `compileIterator` option properties */
@@ -93,6 +94,7 @@
'compact',
'compose',
'contains',
'countBy',
'criteria',
'debounce',
'defaults',