Skip to content

Releases: abuiles/ember-watson

v0.6.0

29 Jul 03:22
Compare
Choose a tag to compare
  • Updates QUnit transformation to work with QUnit.test style.
  • Remove commands from broccoli trees.
  • Adds command methodify which convert methods to new ES6 syntax.

v0.5.8

01 Jul 23:44
Compare
Choose a tag to compare

Extend convert-resource-router-mapping to transform this.resources defined inside this.route.

v0.5.7

01 Jul 23:40
Compare
Choose a tag to compare
Release.

v0.5.6

01 Jul 23:39
Compare
Choose a tag to compare
Release 0.5.6.

v0.5.5

24 Jun 16:33
Compare
Choose a tag to compare
Release 0.5.5.

Fix $.on

22 Jun 16:56
Compare
Choose a tag to compare

Add tests for CLI and fixes issue #31.

Fix async

22 Jun 16:52
Compare
Choose a tag to compare
v0.5.3

Release 0.5.3

v0.5.2

22 Jun 16:52
Compare
Choose a tag to compare
0.5.2

Road to 1.0 (V1)

15 Jun 04:34
Compare
Choose a tag to compare

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

04 May 14:05
Compare
Choose a tag to compare

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.