q v0.4.0 Release Notes

    • *Removed the utility modules. NPM and Node no longer expose any module except the main module. These have been moved and merged into the "qq" package.
    • *In a non-CommonJS browser, q.js can be used as a script. It now creates a Q global variable.
    • Fixed thenable assimilation.
    • Fixed some issues with asap, when it resolves to undefined, or throws an exception.