Releases: abuiles/ember-watson
Releases · abuiles/ember-watson
v0.6.0
v0.5.8
v0.5.7
v0.5.6
v0.5.5
Fix $.on
Fix async
v0.5.2
Road to 1.0 (V1)
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.
More ED
Improves command ember watson:convert-ember-data-model-lookups
adding the ability to change store methods like findAll, find,
findQuery, all, etc to use the string form.
See the transformations on the file route-old.js on route-new.js.