Skip to content

Commit a4ba06e

Browse files
committed
Merge pull request #174 from jmdobry/model-events
Added model events
2 parents 5779709 + e4e57e6 commit a4ba06e

File tree

16 files changed

+477
-155
lines changed

16 files changed

+477
-155
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- #161 - Allow the http method of DSHttpAdapter methods to be configured
88
- #166 - Add ID Resolver
99
- #167 - Default params argument of bindAll to empty object
10+
- #170 - Global callbacks
1011
- #171 - "not in" query
1112

1213
###### Backwards compatible bug fixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Unlike Backbone and Ember Models, angular-data does not require the use of gette
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

1111
__Latest Release:__ [1.0.0-rc.1](http://angular-data.pseudobry.com/)
12-
__master:__ [1.0.0-rc.1](http://angular-data-next.pseudobry.com/)
12+
__master:__ [1.0.0-rc.2](http://angular-data-next.pseudobry.com/)
1313

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

bower.json

+1-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.0-rc.1",
5+
"version": "1.0.0-rc.2",
66
"homepage": "http://angular-data.pseudobry.com/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)