feross / run-auto

Determine the best order for running async functions, LIKE MAGIC!
MIT License
87 stars 11 forks source link

async 2.0 changes callpack param order #7

Closed krazik closed 8 years ago

krazik commented 8 years ago

not sure if you want to update to match?

https://github.com/caolan/async/blob/master/CHANGELOG.md#breaking-changes

results and callback argument order have been swapped for 2.0.x

feross commented 8 years ago

Sure, I like this change. It follows the Node.js callback-last convention.

feross commented 8 years ago

Released as v2.0.0.

krazik commented 8 years ago

awesome, thanks! 👍

feross commented 8 years ago

👍