Ember 2 Legacy
During the 2.x series in Ember.JS serveral deprecations were added with a target removal version of 3.0. This addon adds back those deprecations and the
deprecated code that was removed. The goal of this addon is to allow Ember users who have deprecations that are preventing them from upgrading to 3.0 a path forward. After Ember 3.4 is released this
addon will no longer be compatible with Ember. It should be used to provide extra time for migrating away from deprecations, not as a permanent solution.
For more background about what and why APIs are being remove for Ember.JS 3.0 please check out the Road to Ember 3.0 blog
post which goes into more details.
Installation
ember install ember-2-legacy
What Deprecations are Covered
All deprecations found here which have a until: 3.0.0
are currently supported by this addon.