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

Sync chainable in v4 with lodash master. Fixes #49 #52

Merged
merged 2 commits into from
Mar 29, 2016

Conversation

lukeapage
Copy link
Contributor

I just synced with master so its possible it includes some unreleased methods and it definitely includes some methods that aren't added (I raised a bug about that)

@@ -507,10 +507,16 @@ module.exports = {
'dropRight',
'dropRightWhile',
'dropWhile',
'extend',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do aliases go in the chain list?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like they don't

@lukeapage
Copy link
Contributor Author

Fixed to include only those methods in 4.6.1 and removed the 2 aliases in the lodash list.

@ganimomer ganimomer merged commit d3a07cd into wix-incubator:master Mar 29, 2016
@ganimomer
Copy link
Contributor

Merged and released in v1.5.2

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.

2 participants