2.1.0
版本发布时间: 2021-06-02 00:26:43
machty/ember-concurrency最新发布版本:4.0.1(2024-03-09 12:14:30)
New Features
- Implemented a public API for Yieldables, a new way to instrument TaskInstances by providing a safe mechanism to implement custom waiters, hooks, introspection, and other operations from application code. (#413)
Read more about Yieldables in the ember-concurrency docs
Bugfixes
- Avoid applying task state updates out of order (#423, #426, fixes #422)
Docs
- [docs] Document that
@lastValue
does not support chained property access (#429)