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

Releases: YahooArchive/ypromise

Minor release

25 Nov 14:38
Compare
Choose a tag to compare

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

13 Oct 17:32
Compare
Choose a tag to compare

This package should now work with Uglify's --comments "some".

Minor release

28 Feb 20:56
Compare
Choose a tag to compare

This release includes the following changes:

  • The error message that warns of unhandled rejected promises is not category debug to more easily turn it off in production.
  • The Promise function 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

20 Feb 15:58
Compare
Choose a tag to compare
  • Support for internal Yahoo CI system

Major release

20 Feb 16:00
Compare
Choose a tag to compare

This release makes breaking changes over the YUI API:

  • No promise.getStatus or Promise.isPromise