Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuiles committed May 4, 2015
1 parent 4e1ec53 commit 3bb2962
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ember-watson Changelog

### 0.4.2

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](https://github.com/abuiles/ember-watson/blob/4e1ec53e73f2cf017a21d493519b77f7f025660f/tests/fixtures/ember-data-model-lookups/route-old.js)
on [route-new.js](https://github.com/abuiles/ember-watson/blob/4e1ec53e73f2cf017a21d493519b77f7f025660f/tests/fixtures/ember-data-model-lookups/route-new.js).

### 0.4.0

This version includes a new command which normalizes how you reference
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.4.1",
"version": "0.4.2",
"description": "A young Ember Doctor to help you fix your code.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3bb2962

Please sign in to comment.