Skip to content

Commit 86ec838

Browse files
committed
Fixes #262
Stable Version 1.5.2.
1 parent 2bb8fb7 commit 86ec838

File tree

14 files changed

+219
-285
lines changed

14 files changed

+219
-285
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### 1.5.2 - 03 December 2014
2+
3+
###### Backwards compatible bug fixes
4+
- #262 - store.previousAttributes is storing references to nested objects, preventing changes from being detected
5+
6+
###### Other
7+
- Change detection "should" work on nested attributes now
8+
19
##### 1.5.1 - 02 December 2014
210

311
###### Backwards compatible API changes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Unlike Backbone and Ember Models, angular-data does not require the use of gette
88

99
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.
1010

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

1313
Angular-data is finally 1.0.!
1414

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Jason Dobry",
33
"name": "angular-data",
44
"description": "Data store for Angular.js.",
5-
"version": "1.5.1",
5+
"version": "1.5.2",
66
"homepage": "http://angular-data.pseudobry.com/",
77
"repository": {
88
"type": "git",
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"angular": "1.2.25",
3333
"angular-mocks": "1.2.25",
34-
"angular-cache": "3.2.0",
34+
"angular-cache": "3.2.2",
3535
"observe-js": "0.3.4",
3636
"angular-data-mocks": "1.0.0",
3737
"bootstrap": "3.2.0"

0 commit comments

Comments
 (0)