Skip to content

Releases: EmberExperts/ember-await

Release 2.0.0

27 Sep 15:35
Compare
Choose a tag to compare

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 underlying Query object if needed.

Changes

Release 1.2.0

02 Sep 08:03
Compare
Choose a tag to compare

Release 1.1.0

31 Aug 08:32
Compare
Choose a tag to compare

Release 1.0.0

30 Jun 15:25
Compare
Choose a tag to compare

Release 0.5.2

23 Jun 08:23
Compare
Choose a tag to compare

Release 0.5.1

13 Jun 19:51
Compare
Choose a tag to compare

Release 0.5.0

12 May 18:25
Compare
Choose a tag to compare

Release 0.4.2

10 May 17:14
Compare
Choose a tag to compare

Release 0.4.1

10 May 16:58
Compare
Choose a tag to compare

Release 0.4.0

10 May 12:24
Compare
Choose a tag to compare
  • Add support for initial and persist states on blocks (78e6c0b)
  • Add startedAt and finishedAt (b524f33)
  • Refactor (0b8332d)
  • Fix initialValue (1eff286)