Skip to content

Commit f8de45d

Browse files
committed
Merge pull request #48 from jmdobry/feature-cache
feature-cache
2 parents 12aa34f + a621ffe commit f8de45d

File tree

22 files changed

+349
-208
lines changed

22 files changed

+349
-208
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 0.9.0 - xx May 2014
2+
3+
###### Backwards compatible API changes
4+
- #30, #48 - DSCacheFactory integration
5+
16
##### 0.8.1 - 02 May 2014
27

38
###### Backwards compatible Bug fixes

bower.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"author": "Jason Dobry",
33
"name": "angular-data",
44
"description": "Data store for Angular.js.",
5-
"version": "0.8.1",
6-
"homepage": "http://jmdobry.github.io/angular-data/",
5+
"version": "0.9.0-SNAPSHOT",
6+
"homepage": "http://angular-data.codetrain.io/",
77
"repository": {
88
"type": "git",
99
"url": "git://github.com/jmdobry/angular-data.git"
@@ -30,8 +30,5 @@
3030
"angular-mocks": "~1.2.16",
3131
"angular-cache": "~3.0.0-beta.4",
3232
"observe-js": "~0.2.0"
33-
},
34-
"resolutions": {
35-
"angular": "~1.2.16"
3633
}
3734
}

0 commit comments

Comments
 (0)