We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ac9e5 commit 58acb94Copy full SHA for 58acb94
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+### 0.8.15
3
+ - Added waitForProperty() to pause execution until a property
4
+ on an Ember Object becomes a certain value.
5
+
6
### 0.8.14
7
- Revert to "old style" Ember imports in `app/` tree
8
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.8.14",
+ "version": "0.8.15",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments