Skip to content

Commit 2d5a738

Browse files
committed
Merge pull request #24 from jmdobry/0.6.0
0.6.0
2 parents 43c45d8 + 62c926c commit 2d5a738

File tree

36 files changed

+1824
-2130
lines changed

36 files changed

+1824
-2130
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
##### 0.6.0 - 17 January 2014
2+
3+
Added pluggable filters for the "where" clause of a query. Angular-data's "query language" will remain small and simple.
4+
Developers can provide their own more robust filters for more powerful queries.
5+
6+
###### Breaking API changes
7+
- #3 - Pluggable async adapters
8+
9+
###### Backwards API changes
10+
- #2 - angular-data query language
11+
- #4 - Query caching
12+
- #17 - Where predicates should be able to handle OR, not just AND
13+
114
##### 0.5.0 - 16 January 2014
215

316
###### Backwards API changes

Gruntfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ module.exports = function (grunt) {
7474
options: {
7575
alias: [
7676
'lib/observe-js.js:observejs',
77-
'src/datastore/adapters/http/index.js:HttpAdapter',
78-
'src/datastore/services/index.js:services',
7977
'src/errors/index.js:errors',
8078
'src/utils/index.js:utils'
8179
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__Data store for Angular.js.__
44

5-
__Current version:__ 0.5.0
5+
__Current version:__ 0.6.0
66

77
Angular-data is in a pre-1.0.0 development stage; the API is fluctuating, not a lot of tests yet, etc.
88

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Jason Dobry",
33
"name": "angular-data",
44
"description": "Data store for Angular.js.",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"homepage": "http://jmdobry.github.io/angular-data/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)