How to migrate Ember 2.0

I am using Ember cli 0.1.0 . Ember version (1.7.1) and Ember data (0.1.0) .

How do I migrate Ember 2.0 which has a lot of changes .

Any component there to change this ?

Not really.

Your best resource is probably the deprecation guide.

1 Like

Have a look at ember-cli-deprecation-workflow

I’ve never used it, but I’ve heard some buzz about ember-watson. It’s suppose to help you with the more tedious tasks of upgrading your app. You might check that out.