q v0.8.9 Release Notes

    • Added nend
    • Added preliminary progress notification support, via promise.then(onFulfilled, onRejected, onProgress), promise.progress(onProgress), and deferred.notify(...progressData).
    • Made put and del return the object acted upon for easier chaining. #84
    • Fixed coercion cycles with cooperating promises. #106