diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ecd06..5308637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ember-watson Changelog +### 0.6.0 + +- Updates QUnit transformation to work with QUnit.test style. +- Remove commands from broccoli trees. +- Adds command `methodify` which convert methods to new ES6 syntax. + + ### 0.5.9 Improves `ember watson:convert-ember-data-model-lookups` do it doesn't diff --git a/README.md b/README.md index a0ce2f2..9df2b30 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,9 @@ Converts `this.resource('user')` to `this.route('user', Helps with the deprecation added added in [ember.js/11517](https://github.com/emberjs/ember.js/pull/11517). +#### `ember watson:methodify: ` + +Converts methods in file to ES6 method syntax. ### Specifying a file or path. diff --git a/package.json b/package.json index 79f411d..cd6c0fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-watson", - "version": "0.5.9", + "version": "0.6.0", "description": "A young Ember Doctor to help you fix your code.", "main": "index.js", "scripts": {