This repository has been archived by the owner on Apr 16, 2019. It is now read-only.
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.