Skip to content

Releases: msrose/denote

v1.2.0

27 Mar 06:16
Compare
Choose a tag to compare

http://msrose.github.io/denote/docs/denote/1.2.0/

  • [ADDED] Support for executor function being passed to denote factory function
  • [ADDED] denote.all method for handling multiple promises
  • [ADDED] denote.race method for handling the first promise from a list to complete
  • [ADDED] denote.resolve for creating immediately fulfilled promises
  • [ADDED] denote.reject for creating immediately rejected promises

v1.1.0

07 Mar 05:04
Compare
Choose a tag to compare

http://msrose.github.io/denote/docs/denote/1.1.0/

  • [ADDED] .catch convenience method for adding a rejection handler
  • [FIXED] Use process.nextTick instead of setTimeout for performance

v1.0.0

07 Mar 05:05
Compare
Choose a tag to compare

Meets the Promises/A+ specification (passes all compliance tests).