Skip to content

Commit

Permalink
v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdivad committed Nov 8, 2018
1 parent 483f371 commit 8632153
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ember-m3 changelog

## 0.9.6

- bugfix: reference array updates are now resolved lazily #205
- bugfix: destroying new records does not trigger API request
- cleanup: dropped use of deprecated `Ember.copy`
- cleanup: fixed errors in README (thanks @ibraheem4)

## 0.9.5

- bugfix: do not throw when setting an id to its current value
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-m3",
"version": "0.9.5",
"version": "0.9.6",
"description": "Alternative to DS.Model in which attributes and relationships are derived from API Payloads",
"keywords": [
"ember-addon",
Expand All @@ -18,7 +18,8 @@
"Robert Jackson <me@rwjblue.com> (https://www.rwjblue.com)",
"Alan Guo",
"Igor Terzic",
"Danail Nachev (http://www.linkedin.com/in/danailnachev)"
"Danail Nachev (http://www.linkedin.com/in/danailnachev)",
"Ibraheem Abdul-Malik"
],
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 8632153

Please sign in to comment.