-
Notifications
You must be signed in to change notification settings - Fork 4
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
Parallel.each does not pass index and list to the callback, just the value #3
Comments
Yes, you're right, I'll get this fixed. |
OK, this should be fixed now, will publish out to npm in the next day or so if no issues are found. Thanks again for your feedback! |
Is the fix already supposed to be available? Nothing to see in v1.2.3. |
dead project? |
Not dead, still actively using and maintaining it. |
Hi, good to hear. No I just checked my list of open issues. Thanks for responding, I am still using the lib and am happy with it :) |
Awesome, thanks! |
Half of a year later ... again ... nothing happened. Would you be so kind to finally publish v2.0.0 on NPM? |
ping? |
Documentation of Parallel.each says
but actually only the list value is passed, as can be seen in the signature
Parallel.each should pass all three parameters, as Array.forEach does.
The text was updated successfully, but these errors were encountered: