Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Mar 18, 2016
1 parent baf36bb commit 60d433e
Show file tree
Hide file tree
Showing 6 changed files with 420 additions and 29 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### 0.2.3 - 17 March 2016

Added count and sum methods

##### 0.2.2 - 12 March 2016

Added support for filtering on "with" sub queries
Expand Down
241 changes: 216 additions & 25 deletions dist/js-data-adapter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js-data-adapter.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-adapter",
"description": "Base adapter class that all other js-data adapters extend.",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/js-data/js-data-adapter",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"ci": "npm run test && cat coverage/lcov.info | coveralls || true"
},
"peerDependencies": {
"js-data": "^3.0.0-alpha.18"
"js-data": "^3.0.0-alpha.19"
},
"devDependencies": {
"babel-core": "6.7.2",
Expand All @@ -40,7 +40,7 @@
"chai": "3.5.0",
"coveralls": "2.11.8",
"istanbul": "0.4.2",
"js-data-adapter-tests": "^2.0.0-alpha.15",
"js-data-adapter-tests": "2.0.0-alpha.16",
"js-data-repo-tools": "0.2.0",
"mocha": "2.4.5",
"rollup": "0.25.4",
Expand Down
Loading

0 comments on commit 60d433e

Please sign in to comment.