This repository was archived by the owner on Apr 16, 2019. It is now read-only.
Releases: YahooArchive/ypromise
Releases · YahooArchive/ypromise
Minor release
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.
Patch release
This package should now work with Uglify's --comments "some".
Minor release
This release includes the following changes:
- The error message that warns of unhandled rejected promises is not category
debugto more easily turn it off in production. - The
Promisefunction is correctly added to the global object in Node. - Improvements were made to the testing infrastructure to make sure the module can be consumed from AMD.
- Package definitions were cleaned up so the module is safe to use from Bower.
Minor release
- Support for internal Yahoo CI system
Major release
This release makes breaking changes over the YUI API:
- No
promise.getStatusorPromise.isPromise