-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
v2.0 checklist #1841
Comments
Maybe?
|
Got this one already ;)
:meh:
Sparse arrays in I'll keep the list updated with your other suggestions. |
It flows into consistency, treating sparse arrays as dense, and can roll into other Other "Objects" methods treat sparse arrays as dense like |
Let's move this discussion to that thread. |
Closing because this is very outdated and lists of issues are more conveniently managed with a milestone. |
Following 1.7.1, here's a list of things that would be great to get into v2.0. @megawac @braddunbar @michaelficarra let me know if I've missed something.
_.extend
with ES6Object.assign
to ignore inherited properties. Fixes #1739 - _.extend check for own properties #1770NaN
/undefined
edge cases for comparators. Comparator edge-case handling #1768_.slice
? Add _.slice function #1758_.partial
's placeholder. add support for changing _.partial's placeholder #1689sortBy
multiple columns. sortBy comparator handles arrays #1751The text was updated successfully, but these errors were encountered: