Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:softlayer/sl-ember-model into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
Matthew Marcum committed Dec 2, 2014
2 parents d4cb331 + 466ce08 commit b26640c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# sl-ember-model Changelog

### 0.2.0

* [#10](https://github.com/softlayer/sl-ember-model/pull/10) Tweak README format
* [#11](https://github.com/softlayer/sl-ember-model/pull/11) Add additional details to upgrade information
* [#12](https://github.com/softlayer/sl-ember-model/pull/12) Close #9 Fixed failing test: application controller is not generated until initial route is visited
* [#13](https://github.com/softlayer/sl-ember-model/pull/13) Feature/app controller injection test
* [#16](https://github.com/softlayer/sl-ember-model/pull/16) Upgrade to ember-cli-0.1.3

### 0.1.0

* Initial release
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "sl-ember-model",
"version": "0.2.0",
"description": "Ember CLI Addon - Data Model",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down Expand Up @@ -46,8 +48,5 @@
"ember-addon",
"model",
"data"
],
"ember-addon": {
"configPath": "tests/dummy/config"
}
}
]
}

0 comments on commit b26640c

Please sign in to comment.