Skip to content

Commit a881e2b

Browse files
committed
Closes #17.
Closes #78. #77
1 parent 1ce4c3b commit a881e2b

33 files changed

+700
-325
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
###### Breaking API changes
44
- #76 - Queries and filtering. See [TRANSITION.md](https://github.com/jmdobry/angular-data/blob/master/TRANSITION.md).
55

6+
###### Backwards compatible API changes
7+
- #17 - Where predicates should be able to handle OR, not just AND
8+
- #78 - Added optional callback to `bindOne` and `bindAll`
9+
610
##### 0.9.1 - 30 May 2014
711

812
###### Backwards compatible bug fixes

Gruntfile.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,14 @@ module.exports = function (grunt) {
228228
id: 'angular-data',
229229
title: 'angular-data',
230230
docs: [
231-
'guide/angular-data/index.doc',
232-
'guide/angular-data/overview.doc',
233-
'guide/angular-data/resources.doc',
234-
'guide/angular-data/asynchronous.doc',
235-
'guide/angular-data/synchronous.doc',
236-
'guide/angular-data/queries.doc',
237-
'guide/angular-data/adapters.doc',
238-
'guide/angular-data/how.doc'
231+
'guide/angular-data/index.md',
232+
'guide/angular-data/overview.md',
233+
'guide/angular-data/resources.md',
234+
'guide/angular-data/asynchronous.md',
235+
'guide/angular-data/synchronous.md',
236+
'guide/angular-data/queries.md',
237+
'guide/angular-data/adapters.md',
238+
'guide/angular-data/how.md'
239239
],
240240
rank: {
241241
index: 1,

0 commit comments

Comments
 (0)