russplaysguitar / UnderscoreCF

An UnderscoreJS port for Coldfusion. Functional programming library.
http://russplaysguitar.github.com/UnderscoreCF/
MIT License
89 stars 38 forks source link

Port new Underscore.js 1.4.0 functionality #9

Open russplaysguitar opened 11 years ago

russplaysguitar commented 11 years ago

See the Underscore.js changelog: http://underscorejs.org/#changelog

jfrux commented 11 years ago

Nice!

atuttle commented 11 years ago

Thought I'd work on this for day 1 of 24PullRequests, but I found that some of it was already done. Here's what I see as possibly still available:

Have you already completed these / do they not apply?

russplaysguitar commented 11 years ago

Hey Adam!

You're right about most of this issue being done. The main thing I need to do is find time to update the docs.

_.debounce and _.throttle would be great additions. They should probably execute in their own threads...?

Thanks for your interest in the project.

atuttle commented 11 years ago

I see a few //todo's in the code. Are the holes in the docs listed anywhere?

russplaysguitar commented 11 years ago

Nope! The main TODO for docs is to update the doc generator with any new functions and the new version information.