Skip to content

Releases: then/promise

5.0.0

10 Jul 09:41

Choose a tag to compare

  • check callback is a function in nodeify
  • deprecate from, cast and multi-arg all
  • fix syntax error in ES3 (note that es5-shim is still required)

4.0.0

10 Jul 09:36

Choose a tag to compare

  • use asap internally for better performance
  • optimize Promise.from
  • make new mandatory when creating promises BREAKING
  • support passing argumentCount to denodeify
  • add resolve, reject, cast, race and prototype.catch (for ES6 compatibility)

3.2.0

10 Jul 09:33

Choose a tag to compare

  • add Promise.all extension

3.1.0

10 Jul 09:32

Choose a tag to compare

  • add promise.done
  • add promise.nodeify
  • add Promise.denodeify
  • add Promise.from

3.0.1

10 Jul 09:30

Choose a tag to compare

  • include LICENSE in npm package
  • performance optimisations

3.0.0

10 Jul 09:21

Choose a tag to compare

2.0.0

10 Jul 09:20

Choose a tag to compare

1.3.0

10 Jul 09:19

Choose a tag to compare

  • Use setImmediate internally for speed increase
  • Automatically catch errors in the factory function and convert them into rejections.

1.2.2

10 Jul 09:17

Choose a tag to compare

  • Rename to "promise" in npm

1.2.1

10 Jul 09:16

Choose a tag to compare

  • small refactor