We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af9df9 commit a5a9287Copy full SHA for a5a9287
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+### 0.8.6
3
+ - Add `.debug()` Task Modifier and EmberENV.DEBUG_TASKS to log
4
+ the reason a task is canceled, e.g. "TaskInstance 'doStuff' was
5
+ canceled because the object it lives on was destroyed or unrendered"
6
7
### 0.8.5
8
- Support null/undefined values in cancelable promise helpers (#153)
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.8.5",
+ "version": "0.8.6",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments