Search code examples
ember.jsember-dataproduction-environment

When will Ember Data be out of beta?


I'm using Ember in a production site, and am considering adding Ember Data. However, I'm concerned that it's still in beta.

Does anyone know when we might expect a stable release?

I can't seem to find any roadmap or dates anywhere.


Solution

  • Not sure if there is an answer for an exact 1.0 release date but here is a blog post talking about the roadmap to Ember Data 1.0 http://emberjs.com/blog/2014/03/18/the-road-to-ember-data-1-0.html.

    You can also use another persistence layer like EPF, Ember Model, Ember Restless or go like Discourse and role out your own.

    There are apps that use ember data in production like, Skylight: that is built by Tilde.

    You may run into bugs but just put in a Pull Request (PR) if you find a bug. But if you want to know more I would say going into the IRC channel for ember and asking in there for dates and such. And post code here on Stackoverflow for help.