We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e517a commit 1903faeCopy full SHA for 1903fae
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+### 0.8.16
3
+ - Allow passing a non-Function value to waitForProperty() as
4
+ a shortcut for waiting for the observed property to `===`
5
+ that value.
6
+
7
### 0.8.15
8
- Added waitForProperty() to pause execution until a property
9
on an Ember Object becomes a certain value.
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.8.15",
+ "version": "0.8.16",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments