-
Notifications
You must be signed in to change notification settings - Fork 77
0.10.0 #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jmdobry
commented
Jun 25, 2014
- - Where predicates should be able to handle OR, not just AND #17
- - Computed properties #23
- - Queries and Filtering #76
- - Bind(One/All) callback #78
- - ejectAll should clear matching completed queries #79
- - feature-relations #80
- - Simplify error handling #82
- - Implement DS.loadRelations(resourceName, instance(Id), relations[, options]) #83
- - idAttribute of a resource can be a computed property #84
feature-relations
@kentcdodds @kenborge Since 0.10.0 has so many changes I decided to release a beta first to allow for testing and final improvements before the 0.10.0 release. https://github.com/jmdobry/angular-data/releases/tag/0.10.0-beta.1 |
I'll attempt to get it into my current project to test things out and make sure it works alright. Thanks! |
Trying it out in my project as well today |
deadlink Kent C. Dodds On Mon, Jun 30, 2014 at 7:41 AM, Jason Dobry [email protected]
|
Only got to test computed properties and using them as ids today but so far no issues |