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

Bump lodash to v4, and bump other deps #31

Merged
merged 1 commit into from
May 25, 2016

Conversation

samhashemi
Copy link
Contributor

A few lodash v4 specific notes:

  • forEach no longer takes a context, so you have to bind the function separately.
  • pluck replaced by map, which is the only change in the tests.
  • sortedIndex was renamed to sortedIndexBy

I'd recommend merging this first: AmpersandJS/ampersand-class-extend#9

A few notes:
- forEach no longer takes a context, so you have to bind the function
  seperately.
- pluck replaced by map in lodash v4, which is the only change in the
  tests.
- sortedIndex was renamed to sortedIndexBy in lodash v4
@pgilad
Copy link
Member

pgilad commented May 8, 2016

Looks good

@lukekarrys lukekarrys merged commit c0fb191 into AmpersandJS:master May 25, 2016
@lukekarrys lukekarrys mentioned this pull request May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants