Skip to content

Commit 6534849

Browse files
committed
Merge pull request #80 from jmdobry/feature-relations
feature-relations
2 parents 8441406 + c22a4e4 commit 6534849

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2515
-1768
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
###### Breaking API changes
44
- #76 - Queries and filtering. See [TRANSITION.md](https://github.com/jmdobry/angular-data/blob/master/TRANSITION.md).
5+
- #82 - Simplify error handling. Reduced size of angular-data.min.js by 4kb.
6+
- #42 - Relations/Associations. `DS.inject` now looks for relations and injects them as well.
57

68
###### Backwards compatible API changes
79
- #17 - Where predicates should be able to handle OR, not just AND
810
- #78 - Added optional callback to `bindOne` and `bindAll`
911
- #79 - `ejectAll` should clear matching completed queries
12+
- #83 - Implement `DS.loadRelations(resourceName, instance(Id), relations[, options])`
1013

1114
##### 0.9.1 - 30 May 2014
1215

0 commit comments

Comments
 (0)