All Versions
70
Latest Version
Avg Release Cycle
150 days
Latest Release
3812 days ago

Changelog History
Page 7

  • v0.1.7 Changes

    • shimmed ES5 Object.create in addition to Object.freeze for compatibility on non-ES5 engines (gozala)
  • v0.1.6 Changes

    • Q.isResolved added
    • promise.valueOf() now returns the value of resolved and near values
    • asap retried
    • promises are frozen when possible
  • v0.1.5 Changes

    • fixed dependency list for Teleport (gozala)
    • all unit tests now pass (gozala)
  • v0.1.4 Changes

    • added support for Teleport as an engine (gozala)
    • simplified and updated methods for getting internal print and enqueue functions universally (gozala)
  • v0.1.3 Changes

    • fixed erroneous link to the q module in package.json
  • v0.1.2 Changes

    • restructured for overlay style package compatibility
  • v0.1.0 Changes

    • removed asap because it was broken, probably down to the philosophy.
  • v0.0.3 Changes

    • removed q-util
    • fixed asap so it returns a value if completed
  • v0.0.2 Changes

    • added q-util
  • v0.0.1 Changes

    • initial version