Three things for ember source 4.0, BLOCKS EMBER-CLI 4.0
- Deprecate store injection on route in Ember source 3.28 emberjs/ember.js#19854
- Change error message on ember-source 4.0 for when model.find isn't found emberjs/ember.js#19857 & emberjs/ember.js#19858
- When generating a route (with a dynamic segment), ensure the blueprint output for the route class contains an empty model hook with notes/docs on dynamic segements. emberjs/ember.js#19860
Followup, can be a bit lazy:
- If ember data is installed, in a blueprint include a commented line with the store injection.
Other notes:
- Ember Data will not reopen the route to add a store on all subclasses of the Ember route class.