Russ
Russ
Anyone who wants to do this, it would be much appreciated!
See v1.4.3 changes: http://underscorejs.org/#changelog There were some updates to _.uniq and _.times that should be ported over.
See: http://underscorejs.org/#changelog Namely, `_.findwhere` and `_.partial` would be nice to have.
See the Underscore.js changelog: http://underscorejs.org/#changelog
See: http://lodash.com/docs#transform
Currently, you cannot pass a callback to REReplace(). I propose adding `_.REReplace(string, regex, callback, [scope], [context])` to the library. If a substring is passed instead of a callback, then it...
Currently, it puts the string into an array as the first element. Making this change will probably affect collection methods for cf-lists. I'm not really sure how to reconcile the...