Skip to content

Commit 976a22b

Browse files
committed
Closes #49. Closes #50.
1 parent d912447 commit 976a22b

File tree

12 files changed

+567
-72
lines changed

12 files changed

+567
-72
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
###### Backwards compatible API changes
44
- #30, #48 - DSCacheFactory integration
5+
- #49 - DS.bindOne($scope, prop, resourceName, id)
6+
- #50 - DS.bindAll($scope, prop, resourceName, query)
57

68
##### 0.8.1 - 02 May 2014
79

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__Data store for Angular.js.__
44

5-
__Current version:__ 0.8.0
5+
__Current version:__ 0.9.0
66

77
Angular-data is in a pre-1.0.0 development stage; the API is fluctuating, not a lot of tests yet, etc.
88

@@ -13,7 +13,6 @@ Pending:
1313
- Relations/Associations
1414
- Various Adapters
1515
- Schema Definition/Validation
16-
- Cache Expiry
1716
- Nested Resources
1817
- Website / documentation
1918
- 100% tested (whatever _that_ means)

0 commit comments

Comments
 (0)