0.10.0-beta.1
Pre-release
Pre-release
0.10.0-beta.1 - 28 June 2014
Breaking API changes
- #76 - Queries and filtering. See TRANSITION.md.
- #82 - Simplify error handling. Reduced size of angular-data.min.js by 4kb.
- #42 - Relations/Associations.
DS.inject
now looks for relations and injects them as well.
Backwards compatible API changes
- #17 - Where predicates should be able to handle OR, not just AND
- #23 - Computed Properties
- #78 - Added optional callback to
bindOne
andbindAll
- #79 -
ejectAll
should clear matching completed queries - #83 - Implement
DS.loadRelations(resourceName, instance(Id), relations[, options])
- #84 - idAttribute of a resource can be a computed property