Skip to content

Commit 21e1f1f

Browse files
committed
Released 0.8.17
1 parent edbf252 commit 21e1f1f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
### 0.8.17
3+
- waitForEvent/Queue/Property helpers now work with the various
4+
promise helpers (e.g. `all` and `race`)
5+
26
### 0.8.16
37
- Allow passing a non-Function value to waitForProperty() as
48
a shortcut for waiting for the observed property to `===`

package.json

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

0 commit comments

Comments
 (0)