We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbf252 commit 21e1f1fCopy full SHA for 21e1f1f
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+### 0.8.17
3
+ - waitForEvent/Queue/Property helpers now work with the various
4
+ promise helpers (e.g. `all` and `race`)
5
+
6
### 0.8.16
7
- Allow passing a non-Function value to waitForProperty() as
8
a shortcut for waiting for the observed property to `===`
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.8.16",
+ "version": "0.8.17",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments