Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port new Underscore.js 1.4.0 functionality #9

Open
russplaysguitar opened this issue Sep 29, 2012 · 5 comments
Open

Port new Underscore.js 1.4.0 functionality #9

russplaysguitar opened this issue Sep 29, 2012 · 5 comments
Milestone

Comments

@russplaysguitar
Copy link
Owner

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

@jfrux
Copy link
Contributor

jfrux commented Sep 30, 2012

Nice!

@atuttle
Copy link
Contributor

atuttle commented Dec 1, 2012

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:

  • _.debounce'd functions now return their last updated value, just like _.throttle'd functions do.
  • The min and max functions may now be called on very large arrays. (Not sure if this applies)

Have you already completed these / do they not apply?

@russplaysguitar
Copy link
Owner Author

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
Copy link
Contributor

atuttle commented Dec 1, 2012

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

@russplaysguitar
Copy link
Owner Author

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

@russplaysguitar russplaysguitar modified the milestones: v2.5, v2.4 Mar 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants