zendesk/ember-resource

fetch() should return asynchronous promises.

Opened this issue · 4 comments

jish commented
fetch() should return asynchronous promises.

👍

It would be nice if the promise returned by fetch resolves to the populated model, so workarounds like http://stackoverflow.com/a/17643647/476712 are no longer required.

jish commented

We hear you, and we're working on it! We're going to add a find() method that resolves with the populated model. Work in Progress can be found here: #76

We're currently in the process of doing some maintenance: migrating to a Broccoli build system #85 and releasing a stable 2.0 release.

Once that is done, we have this addition and more coming soon! (:

Thank you. Looking forward to the 2.0 release.

On Wed, Apr 9, 2014 at 11:28 PM, Josh Lubaway notifications@github.comwrote:

We hear you, and we're working on it! We're going to add a find() method
that resolves with the populated model. Work in Progress can be found here:
#76 #76

We're currently in the process of doing some maintenance: migrating to a
Broccoli build system #85https://github.com/zendesk/ember-resource/pull/85and releasing a stable
2.0 release.

Once that is done, we have this addition and more coming soon! (:

Reply to this email directly or view it on GitHubhttps://github.com//issues/77#issuecomment-39995826
.

jish commented

@lorefnon Ember Resource 2.0 has been released. We have been running it in production for a while now, so I am comfortable saying it is production ready ;)

Now, we will begin work on Ember Resource 3.0 which means we can make breaking changes -- like dropping Ember 0.9.x support. There is currently no planned date for 3.0, but we will keep moving forward and start adding features like these to the master branch!