Skip to content

Road to 1.0 (V1)

Compare
Choose a tag to compare
@abuiles abuiles released this 15 Jun 04:34
· 127 commits to master since this release

This release includes a new command to help you add an explicit
async: false options to all belongsTo and hasMany that either
have no options or its options does not contain an explicit async
value.

ember watson:convert-ember-data-async-false-relationships

By default relationships will be async in Ember-Data, see issue
#3220 for more info.