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

Fixing isArrayLike to allow length as a param. Added test #91

Merged
merged 1 commit into from
Jul 23, 2015

Conversation

instagibb
Copy link

Using length as a test for whether an Object is "Array-like" produces unexpected results.

There may be more objects that need specific checks (other than object Arguments). But this passes all existing tests and the new one.

@instagibb
Copy link
Author

@mzabriskie any thoughts on this? Also when do you see the next version being released?

mzabriskie added a commit that referenced this pull request Jul 23, 2015
Fixing isArrayLike to allow length as a param. Added test
@mzabriskie mzabriskie merged commit 183e592 into axios:master Jul 23, 2015
@mzabriskie
Copy link
Member

Thanks for the PR. I am hoping to get a release in the next few weeks. I'm swamped with a few other projects right now, so just trying to keep all the balls in the air as it were.

@instagibb
Copy link
Author

No worries. Thanks for the update :)

@mzabriskie
Copy link
Member

I just released 0.6.0 which includes your PR.

@instagibb
Copy link
Author

Awesome. Thanks for the heads up

@axios axios locked and limited conversation to collaborators May 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants