Skip to content

Releases: EmberExperts/ember-await

Release 2.0.0

Choose a tag to compare

@Exelord Exelord released this 27 Sep 15:35

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

Choose a tag to compare

@Exelord Exelord released this 02 Sep 08:03

Release 1.1.0

Choose a tag to compare

@Exelord Exelord released this 31 Aug 08:32

Release 1.0.0

Choose a tag to compare

@Exelord Exelord released this 30 Jun 15:25

Release 0.5.2

Choose a tag to compare

@Exelord Exelord released this 23 Jun 08:23

Release 0.5.1

Choose a tag to compare

@Exelord Exelord released this 13 Jun 19:51

Release 0.5.0

Choose a tag to compare

@Exelord Exelord released this 12 May 18:25

Release 0.4.2

Choose a tag to compare

@Exelord Exelord released this 10 May 17:14

Release 0.4.1

Choose a tag to compare

@Exelord Exelord released this 10 May 16:58

Release 0.4.0

Choose a tag to compare

@Exelord Exelord released this 10 May 12:24
  • Add support for initial and persist states on blocks (78e6c0b)
  • Add startedAt and finishedAt (b524f33)
  • Refactor (0b8332d)
  • Fix initialValue (1eff286)