Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- #161 - Allow the http method of DSHttpAdapter methods to be configured
- #166 - Add ID Resolver
- #167 - Default params argument of bindAll to empty object
- #170 - Global callbacks
- #171 - "not in" query

###### Backwards compatible bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.0-rc.1](http://angular-data.pseudobry.com/)
__master:__ [1.0.0-rc.1](http://angular-data-next.pseudobry.com/)
__master:__ [1.0.0-rc.2](http://angular-data-next.pseudobry.com/)

Angular-data is in a 1.0.0 Beta. The API is rather stable and angular-data is well tested.

Expand Down
2 changes: 1 addition & 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.0-rc.1",
"version": "1.0.0-rc.2",
"homepage": "http://angular-data.pseudobry.com/",
"repository": {
"type": "git",
Expand Down
Loading