Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Minor release

Latest
Compare
Choose a tag to compare
@juandopazo juandopazo released this 25 Nov 14:38

This release has the following breaking changes to better align with the ES6 spec:

  • Calling the Promise constructor as a function throws an error
  • Calling the Promise constructor with a parameter that is not a function throws an error

Additionally, logging for unhandled rejections has been removed since it was found to be unhelpful. It will be better handled in a future release by logging the actual error.