Skip to content

Commit 2439185

Browse files
committed
Fixes #215. Closes #214.
Stable Version 1.1.0.
1 parent b9f26ec commit 2439185

24 files changed

+377
-356
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### 1.1.0 - 30 October 2014
2+
3+
###### Backwards compatible API changes
4+
- #214 - back port js-data/js-data#9
5+
6+
###### Backwards compatible bug fixes
7+
- #215 - bower.json - angular not listed as non-dev dependency
8+
19
##### 1.0.1 - 10 October 2014
210

311
###### Backwards compatible bug fixes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ 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.0.1](https://github.com/jmdobry/angular-data/releases/tag/1.0.1)
11+
__Latest Release:__ [1.1.0](https://github.com/jmdobry/angular-data/releases/tag/1.1.0)
1212

1313
Angular-data is finally 1.0.!
1414

1515
Angular-data 1.x will continue to see bug fixes, but all new development will be on [js-data](https://github.com/js-data/js-data) and [js-data-angular](https://github.com/jmdobry/angular-data/pull/198) (Angular-data 2.0).
1616

17-
#### A note about Angular-data 2.0 (forthcoming)
17+
#### A note about Angular-data 2.0 (in development)
1818
See [angular-data/pull/198](https://github.com/jmdobry/angular-data/pull/198).
1919

2020
## 1.x Documentation

bower.json

+4-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": "1.0.1",
5+
"version": "1.1.0",
66
"homepage": "http://angular-data.pseudobry.com/",
77
"repository": {
88
"type": "git",
@@ -25,6 +25,9 @@
2525
"karma.conf.js",
2626
"karma.start.js"
2727
],
28+
"dependencies": {
29+
"angular": "1.x"
30+
},
2831
"devDependencies": {
2932
"angular": "1.2.25",
3033
"angular-mocks": "1.2.25",

0 commit comments

Comments
 (0)