We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1080829 commit b40f111Copy full SHA for b40f111
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+### 1.1.3
4
+ - Fix issue where `rawTimeout`, `waitForEvent`, and `waitForQueue` helper timers
5
+ were not properly canceled or cleaned up in some cases, such as when used with
6
+ Task-aware Promise helpers such as `race`. (#331. Fixes #309, #329)
7
+ - Fix use of Tasks with `action` and `fn` helpers in Ember 3.x (#312, #333. Thanks @thiagofelix for the find!)
8
+ - [docs] Remove 404'd link on outdated regenerator runtime removal
9
+ - [docs] Document task syntax for use with ES native classes and Ember Octane
10
+
11
### 1.1.2
12
- _Totally_ fix use of task groups with ES native class/Glimmer components (#324, thanks @jrjohnson)
13
- [dev] Add test coverage for tasks on ES native class/Glimmer components
0 commit comments