Skip to content

Commit

Permalink
Fixes #215. Closes #214.
Browse files Browse the repository at this point in the history
Stable Version 1.1.0.
  • Loading branch information
jmdobry committed Oct 31, 2014
1 parent b9f26ec commit 2439185
Show file tree
Hide file tree
Showing 24 changed files with 377 additions and 356 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
##### 1.1.0 - 30 October 2014

###### Backwards compatible API changes
- #214 - back port js-data/js-data#9

###### Backwards compatible bug fixes
- #215 - bower.json - angular not listed as non-dev dependency

##### 1.0.1 - 10 October 2014

###### Backwards compatible bug fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Unlike Backbone and Ember Models, angular-data does not require the use of gette

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.

__Latest Release:__ [1.0.1](https://github.com/jmdobry/angular-data/releases/tag/1.0.1)
__Latest Release:__ [1.1.0](https://github.com/jmdobry/angular-data/releases/tag/1.1.0)

Angular-data is finally 1.0.!

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).

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

## 1.x Documentation
Expand Down
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jason Dobry",
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "http://angular-data.pseudobry.com/",
"repository": {
"type": "git",
Expand All @@ -25,6 +25,9 @@
"karma.conf.js",
"karma.start.js"
],
"dependencies": {
"angular": "1.x"
},
"devDependencies": {
"angular": "1.2.25",
"angular-mocks": "1.2.25",
Expand Down
Loading

0 comments on commit 2439185

Please sign in to comment.