Skip to content

Commit 541e837

Browse files
committed
Stable Version 0.8.0
Closes #37 Fixes #38
1 parent 81372a0 commit 541e837

File tree

17 files changed

+211
-99
lines changed

17 files changed

+211
-99
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### 0.8.0 - 13 March 2014
2+
3+
###### Backwards compatible API changes
4+
- #37 - Add option to only save changed attributes when calling DS.save()
5+
6+
###### Backwards compatible bug fixes
7+
- #38 - "saved" attribute item isn't being updated properly
8+
19
##### 0.7.1 - 26 February 2014
210

311
###### Backwards compatible bug fixes

bower.json

+1-1
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": "0.7.1",
5+
"version": "0.8.0",
66
"homepage": "http://jmdobry.github.io/angular-data/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)