Releases: EmberExperts/ember-await
Releases · EmberExperts/ember-await
Release 2.0.0
Breaking Changes
- The Await component does not longer yields
task
property. The Ember Concurrency has been made an internal implementation detail. Instead, you can get access to the underlyingQuery
object if needed.
Changes
Release 1.2.0
- Updates (e8a2bf7)
Release 1.1.0
- Updates (3a1144d)