Skip to content

Commit

Permalink
3.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Mar 18, 2016
1 parent 60447c4 commit f1e33a9
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 78 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### 3.0.0-alpha.13 - 17 March 2016

###### Backwards incompatible API changes
- Added sum and count methods

##### 3.0.0-alpha.12 - 10 March 2016

###### Other
Expand Down
145 changes: 110 additions & 35 deletions dist/js-data-rethinkdb.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-rethinkdb.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-rethinkdb",
"description": "RethinkDB adapter for js-data.",
"version": "3.0.0-alpha.12",
"version": "3.0.0-alpha.13",
"homepage": "https://github.com/js-data/js-data-rethinkdb",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,22 +46,22 @@
"ci": "npm run test && cat coverage/lcov.info | coveralls || true"
},
"dependencies": {
"js-data-adapter": "0.2.0",
"js-data-adapter": "0.2.3",
"mout": "0.12.0"
},
"peerDependencies": {
"js-data": "^3.0.0-alpha.16",
"js-data": "^3.0.0-alpha.19",
"rethinkdbdash": ">=1.15.0"
},
"devDependencies": {
"babel-core": "6.7.0",
"babel-polyfill": "6.6.1",
"babel-core": "6.7.2",
"babel-polyfill": "6.7.2",
"babel-preset-es2015-rollup": "1.1.1",
"chai": "3.5.0",
"coveralls": "2.11.8",
"ink-docstrap": "1.1.4",
"istanbul": "0.4.2",
"js-data-adapter-tests": "^2.0.0-alpha.14",
"js-data-adapter-tests": "^2.0.0-alpha.15",
"js-data-repo-tools": "0.2.0",
"jsdoc": "3.4.0",
"mocha": "2.4.5",
Expand Down
Loading

0 comments on commit f1e33a9

Please sign in to comment.