Skip to content

Commit 1903fae

Browse files
committed
Released 0.8.16
1 parent 81e517a commit 1903fae

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.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+
27
### 0.8.15
38
- Added waitForProperty() to pause execution until a property
49
on an Ember Object becomes a certain value.

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.15",
3+
"version": "0.8.16",
44
"description": "Improved concurrency/async primitives for Ember.js",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)