Skip to content

Commit

Permalink
Stable Version 1.8.0.
Browse files Browse the repository at this point in the history
Fixes #115
Fixes #117
Closes #118
  • Loading branch information
jmdobry committed Apr 14, 2015
1 parent 6e974be commit 912061d
Show file tree
Hide file tree
Showing 11 changed files with 4,344 additions and 4,299 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
##### 1.8.0 - 14 April 2015

###### Backwards compatible API changes
- #117 - .find skips the object in the store
- #118 - DS#find() returns items cached with DS#inject() - Thanks @mightyguava!
- `createInstance` will now initialize computed properties (but they won't be updated until the item is injected into the store, or unless you use `Instance#set(key, value)` to mutate the instance)

###### Backwards compatible bug fixes
- #115 - removeCircular bug

##### 1.7.0 - 09 April 2015

###### Backwards compatible API changes
Expand Down
Loading

1 comment on commit 912061d

@jmdobry
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also fixes #74

Please sign in to comment.