Skip to content

Commit 60d433e

Browse files
committed
0.2.3
1 parent baf36bb commit 60d433e

File tree

6 files changed

+420
-29
lines changed

6 files changed

+420
-29
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 0.2.3 - 17 March 2016
2+
3+
Added count and sum methods
4+
15
##### 0.2.2 - 12 March 2016
26

37
Added support for filtering on "with" sub queries

dist/js-data-adapter.js

Lines changed: 216 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js-data-adapter.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-adapter",
33
"description": "Base adapter class that all other js-data adapters extend.",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"homepage": "https://github.com/js-data/js-data-adapter",
66
"repository": {
77
"type": "git",
@@ -31,7 +31,7 @@
3131
"ci": "npm run test && cat coverage/lcov.info | coveralls || true"
3232
},
3333
"peerDependencies": {
34-
"js-data": "^3.0.0-alpha.18"
34+
"js-data": "^3.0.0-alpha.19"
3535
},
3636
"devDependencies": {
3737
"babel-core": "6.7.2",
@@ -40,7 +40,7 @@
4040
"chai": "3.5.0",
4141
"coveralls": "2.11.8",
4242
"istanbul": "0.4.2",
43-
"js-data-adapter-tests": "^2.0.0-alpha.15",
43+
"js-data-adapter-tests": "2.0.0-alpha.16",
4444
"js-data-repo-tools": "0.2.0",
4545
"mocha": "2.4.5",
4646
"rollup": "0.25.4",

0 commit comments

Comments
 (0)