-
Notifications
You must be signed in to change notification settings - Fork 588
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
upgrade underscore #110
Comments
Could you put in a Pull Request for this @emicklei ? |
yes, I will prepare the PR for this. |
stevenh
added a commit
that referenced
this issue
Nov 29, 2022
Update underscore.js to v1.13.6. BREAKING CHANGE: This changes the behaviour for the following underscore functions, please see underscore.js documentation for details. * .template * .keys * .after * .range * .reduce * .reduceRight * .reduceLeft Fixes #110
stevenh
added a commit
that referenced
this issue
Nov 29, 2022
Update underscore.js to v1.13.6. BREAKING CHANGE: This changes the behaviour for the following underscore functions, please see underscore.js documentation for details. * .template * .keys * .after * .range * .reduce * .reduceRight * .reduceLeft Fixes #110
stevenh
added a commit
that referenced
this issue
Nov 29, 2022
Update underscore.js to v1.13.6. BREAKING CHANGE: This changes the behaviour for the following underscore functions, please see underscore.js documentation for details. * .template * .keys * .after * .range * .reduce * .reduceRight * .reduceLeft Fixes #110
stevenh
added a commit
that referenced
this issue
Nov 29, 2022
Update underscore.js to v1.13.6. BREAKING CHANGE: This changes the behaviour for the following underscore functions, please see underscore.js documentation for details. * .template * .keys * .after * .range * .reduce * .reduceRight * .reduceLeft Fixes #110
sg3des
pushed a commit
to sg3des/otto
that referenced
this issue
Jul 17, 2023
Update underscore.js to v1.13.6. BREAKING CHANGE: This changes the behaviour for the following underscore functions, please see underscore.js documentation for details. * .template * .keys * .after * .range * .reduce * .reduceRight * .reduceLeft Fixes robertkrimen#110
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I noticed that the underscore package is build from 1.4.4. A lot has changed [1] since that release. The official Javascript lib is now at 1.8.2.
I am about to use this package in my project and would like to know if others already have attempted to upgrade to a newer version. If not, I like to contribute by doing just that.
[1] http://underscorejs.org/#changelog
The text was updated successfully, but these errors were encountered: