We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Corrected promise.delay
Clarify `.finally()` behavior
Updated API Reference (markdown)
Fix invalid code (function*(){} does not work)
make headings consistent
making it clear that .all() returns the resolved values of promises in the order they were called.
Prefer nfbind over denodeify because a.) denodeify is hard to type, b.) it is easier to remember as its consistent with the other functions
Revert 0c4e059ff8505b64cb49d2873b9b3348cb1da432 ... b7c01b469340e598fcf7096b869f05eba175da3a on API Reference
forgot to add message property to log output
After working with this timeout method, it wasn't inherently clear to me that this is how it's used
fix async generators examples link
Typo
Document Q.isPromiseAlike()
Noted that Q.Promise is called Q.promise in 0.9.7
Remove removed and some deprecated stuff, add some deprecated warnings
Revert 854847638408f340fe2e2e6e298350c56f58b57d ... 27a83426aa07c1f42cd4236e74f3fc92feb54b3c on API Reference
Missing parameter names in then*
Add missing `return` in `nodeify` example.
Update reference from longStackJumpLimit to longStackSupport
Clarify `done` usage per discussion with @wycats.
Update for `Q.longStackSupport` instead of `Q.longStackJumpLimit` and add missing `Q.promised` documentation.
Document `inspect` and `allSettled`, removing `valueOf` and `allResolved`.
Document unhandled rejection tracking functions
Add `Q.spawn` in a new section for generator functions.
Add mcall/mapply/nmcall/nmapply aliases.
Update `timeout` to reflect new custom message abilities.