We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e0466 commit 02035c3Copy full SHA for 02035c3
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+### 0.7.11
3
+ - support for `this.myTask.perform()`, i.e. you can get a
4
+ reference to a Task using simple JavaScript accessors
5
+ rather than having to write `this.get('myTask').perform()`
6
+
7
### 0.7.10
8
- tasks can be tested in component integration tests (#66)
9
- deprecation: using `.maxConcurrency()` without any other
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.7.10",
+ "version": "0.7.11",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments