Closed zship closed 12 years ago
I'm working on the merge on the branch "collection": https://github.com/millermedeiros/amd-utils/commits/collection - I hope to finish it in the next couple days.
I merged it into master, did some refactoring during the process. Here is a diff in case you want to compare what I did change: https://github.com/millermedeiros/amd-utils/compare/f7e4821bed...0c5166213 - main change was that I simplified some methods and also used forOwn
when possible on the object methods to avoid don't enum bug on IE 7-8, also added a few test cases.
Thanks a lot for the contribution.
Completes Issue #93. Added new higher-order functions supporting Array|Object input in a new
collection
package, and several newobject
methods to support code re-use withincollection
package. Newobject
methods are:every
,find
,pluck
,reduce
,reject
,size
, andsome
.