Skip to content

v6.0.0

Compare
Choose a tag to compare
@mikehall314 mikehall314 released this 31 Mar 16:12
· 53 commits to main since this release
  • Developers can now provide their own Promise implementation
  • No longer bundles es6-promise; if your environment has no native Promise you must polyfill yourself, or set promisify.Promise to some + compatible Promise implementation.
  • Removed settings.thisArg: use .bind() instead.
  • Removed settings.multiArgs: use named arguments instead (compatible with Node's util.promisify