Skip to content

Commit 02035c3

Browse files
committed
Released 0.7.11
1 parent b7e0466 commit 02035c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# 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+
27
### 0.7.10
38
- tasks can be tested in component integration tests (#66)
49
- deprecation: using `.maxConcurrency()` without any other

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-concurrency",
3-
"version": "0.7.10",
3+
"version": "0.7.11",
44
"description": "Improved concurrency/async primitives for Ember.js",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)