v6.0.0
- Developers can now provide their own
Promiseimplementation - No longer bundles
es6-promise; if your environment has no nativePromiseyou must polyfill yourself, or setpromisify.Promiseto some + compatiblePromiseimplementation. - Removed
settings.thisArg: use.bind()instead. - Removed
settings.multiArgs: use named arguments instead (compatible with Node'sutil.promisify