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