Skip to content

Commit

Permalink
Release 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuiles committed Jul 28, 2015
1 parent c97a50e commit 52b5dcc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <routerPath>`

Converts methods in file to ES6 method syntax.


### Specifying a file or path.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 52b5dcc

Please sign in to comment.