We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908e66f commit a6eb3fbCopy full SHA for a6eb3fb
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+### 0.8.7
3
+ - Added helpful error when improperly trying to perform a
4
+ task via `this.taskName.perform()`
5
+
6
### 0.8.6
7
- Add `.debug()` Task Modifier and EmberENV.DEBUG_TASKS to log
8
the reason a task is canceled, e.g. "TaskInstance 'doStuff' was
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.8.6",
+ "version": "0.8.7",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments