1.1.3
版本发布时间: 2019-11-25 12:33:28
machty/ember-concurrency最新发布版本:4.0.1(2024-03-09 12:14:30)
Bugfixes
- Fix issue where
rawTimeout
,waitForEvent
, andwaitForQueue
helper timers were not properly canceled or cleaned up in some cases, such as when used with Task-aware Promise helpers such asrace
. (Fixes #309, #329) - Fix use of Tasks with
action
andfn
helpers in Ember 3.x (#312, #333. Thanks @thiagofelix for the find!)
Documentation
- Remove 404'd link on outdated regenerator runtime removal
- Document task syntax for use with ES native classes and Ember Octane