Skip to content

Commit

Permalink
Fixes #262
Browse files Browse the repository at this point in the history
Stable Version 1.5.2.
  • Loading branch information
jmdobry committed Dec 3, 2014
1 parent 2bb8fb7 commit 86ec838
Show file tree
Hide file tree
Showing 14 changed files with 219 additions and 285 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
##### 1.5.2 - 03 December 2014

###### Backwards compatible bug fixes
- #262 - store.previousAttributes is storing references to nested objects, preventing changes from being detected

###### Other
- Change detection "should" work on nested attributes now

##### 1.5.1 - 02 December 2014

###### Backwards compatible API changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Unlike Backbone and Ember Models, angular-data does not require the use of gette

Supporting relations, computed properties, model lifecycle control and a slew of other features, angular-data is the tool for giving your data the respect it deserves.

__Latest Release:__ [1.5.1](https://github.com/jmdobry/angular-data/releases/tag/1.5.1)
__Latest Release:__ [1.5.2](https://github.com/jmdobry/angular-data/releases/tag/1.5.2)

Angular-data is finally 1.0.!

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jason Dobry",
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "http://angular-data.pseudobry.com/",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"angular": "1.2.25",
"angular-mocks": "1.2.25",
"angular-cache": "3.2.0",
"angular-cache": "3.2.2",
"observe-js": "0.3.4",
"angular-data-mocks": "1.0.0",
"bootstrap": "3.2.0"
Expand Down
Loading

0 comments on commit 86ec838

Please sign in to comment.