We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251bf07 commit fd9c50fCopy full SHA for fd9c50f
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+### 0.6.3
3
+ - bugfix: errors that bubble throw arbitrary depths of child tasks
4
+ will only call window/Ember.onerror once
5
+
6
### 0.6.2
7
- bugfix: errors thrown from child tasks don't "rethrow" when
8
caught by parent task
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.6.2",
+ "version": "0.6.3",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments