Skip to content

0.10.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmdobry jmdobry released this 29 Jun 05:10
· 235 commits to master since this 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 and bindAll
  • #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