Uh oh!
There was an error while loading. Please reload this page.
Update collection methods - #570
Conversation
the-overengineer
commented
Nov 16, 2016
It's our old friend, the |
robertjd
commented
Nov 16, 2016
Thanks @Tweety-FER ! I've created a new I've tried running the |
the-overengineer
commented
Nov 17, 2016
@robertjd Thanks for pointing that out. Updated the example in this repo and fiddled with the express lib to see what's going on. After pointing the dep at this branch and fixing a couple of lines of code in the express lib, the errors apparently went away. Is it the same for you? It's this PR: stormpath/express-stormpath#546 |
Update the
asynclibrary to2.1.xand update the code and tests to reflect this.The most important changes are that some methods that previously took
nextfunctions andcallbacks that only had an arity of one now have an arity of 2. For example,filtercan now be called as:The following methods (method aliases given in brackets) are affected:
filter(select)rejectdetectsome(any)every(all)Fixes#569
Makes these PRs redundant: