4.0.0
版本发布时间: 2024-02-06 15:04:31
machty/ember-concurrency最新发布版本:4.0.1(2024-03-09 12:14:30)
Enhancements
- Ember Concurrency has been converted to a V2 Embroider Addon (#551)
- Added a Glint template registry
- (Not really an enhancement, but) users are encouraged to directly use a task's bound
.perform
method (and curry withfn
helper if needed) rather than to use the classicperform
helper, which doesn't really add much value anymore - That said, all 3 of Ember's helpers, including
perform
are now directly importable within .gts/.gjs files.
Breaking Changes
- Ember Concurrency's Babel transform needs to be manually registered as a Babel plugin. See upgrade docs