Heads up on API change

23 views
Skip to first unread message

AJ ONeal

unread,
Jul 13, 2011, 6:05:42 PM7/13/11
to futures-j...@googlegroups.com
I just bumped up the version to 2.2.0.

In order to get FuturesJS to work with Ender.JS I separated all of the submodules into their own npm modules.

i.e.

npm install future join sequence chainify asyncify loop forEachAsync Array.prototype.forEachAsync


instead of 
require('futures/forEachAsync') 
it's now
require('Array.prototype.forEachAsync');


instead of
require('futures/future')
it's now
require('future')

AJ ONeal
Reply all
Reply to author
Forward
0 new messages