Skip to content

Commit

Permalink
Released 0.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Feb 28, 2018
1 parent 81e517a commit 1903fae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
### 0.8.16
- Allow passing a non-Function value to waitForProperty() as
a shortcut for waiting for the observed property to `===`
that value.

### 0.8.15
- Added waitForProperty() to pause execution until a property
on an Ember Object becomes a certain value.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1903fae

Please sign in to comment.