Skip to content

Revisions

  • Corrected promise.delay

    lucasprus committed Jan 23, 2017
  • Clarify `.finally()` behavior

    @wmertens wmertens committed Jul 21, 2016
  • Updated API Reference (markdown)

    @chchrist chchrist committed Oct 20, 2015
  • Fix invalid code (function*(){} does not work)

    @Malet Malet committed Oct 9, 2015
  • make headings consistent

    @dradetsky dradetsky committed May 27, 2015
  • making it clear that .all() returns the resolved values of promises in the order they were called.

    @chinmay185 chinmay185 committed May 13, 2015
  • Updated API Reference (markdown)

    @kriskowal kriskowal committed Nov 10, 2014
  • Prefer nfbind over denodeify because a.) denodeify is hard to type, b.) it is easier to remember as its consistent with the other functions

    @basarat basarat committed Jul 16, 2014
  • Revert 0c4e059ff8505b64cb49d2873b9b3348cb1da432 ... b7c01b469340e598fcf7096b869f05eba175da3a on API Reference

    @domenic domenic committed Jun 26, 2014
  • Updated API Reference (markdown)

    @fiznool fiznool committed May 23, 2014
  • forgot to add message property to log output

    @tsimons tsimons committed May 8, 2014
  • After working with this timeout method, it wasn't inherently clear to me that this is how it's used

    @tsimons tsimons committed May 8, 2014
  • Updated API Reference (markdown)

    @kriskowal kriskowal committed Apr 3, 2014
  • fix async generators examples link

    @Macil Macil committed Mar 27, 2014
  • Typo

    @kbsanders kbsanders committed Jan 29, 2014
  • Document Q.isPromiseAlike()

    @frosas frosas committed Jan 21, 2014
  • Noted that Q.Promise is called Q.promise in 0.9.7

    @NebuPookins NebuPookins committed Dec 4, 2013
  • Remove removed and some deprecated stuff, add some deprecated warnings

    @Macil Macil committed Nov 23, 2013
  • Revert 854847638408f340fe2e2e6e298350c56f58b57d ... 27a83426aa07c1f42cd4236e74f3fc92feb54b3c on API Reference

    @domenic domenic committed Nov 17, 2013
  • Missing parameter names in then*

    @kriskowal kriskowal committed Nov 17, 2013
  • Add missing `return` in `nodeify` example.

    @domenic domenic committed Sep 23, 2013
  • Update reference from longStackJumpLimit to longStackSupport

    @Stuk Stuk committed Aug 26, 2013
  • Clarify `done` usage per discussion with @wycats.

    @domenic domenic committed Jul 20, 2013
  • Updated API Reference (markdown)

    @tsabolov tsabolov committed Jul 3, 2013
  • Update for `Q.longStackSupport` instead of `Q.longStackJumpLimit` and add missing `Q.promised` documentation.

    @domenic domenic committed Jun 25, 2013
  • Document `inspect` and `allSettled`, removing `valueOf` and `allResolved`.

    @domenic domenic committed Jun 4, 2013
  • Document unhandled rejection tracking functions

    @domenic domenic committed Jun 4, 2013
  • Add `Q.spawn` in a new section for generator functions.

    @domenic domenic committed Jun 4, 2013
  • Add mcall/mapply/nmcall/nmapply aliases.

    @domenic domenic committed Jun 4, 2013
  • Update `timeout` to reflect new custom message abilities.

    @domenic domenic committed Apr 15, 2013