We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b55a9 commit 1960e7dCopy full SHA for 1960e7d
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+### 0.7.9
3
+ - Add task-aware `allSettled` promise equivalent (#75)
4
+
5
### 0.7.8
6
- Adds Object.assign polyfill so that tests pass on
7
on non-supporting browsers for apps that don't
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.7.8",
+ "version": "0.7.9",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments