Skip to content

Commit f1e33a9

Browse files
committed
3.0.0-alpha.13
1 parent 60447c4 commit f1e33a9

File tree

5 files changed

+236
-78
lines changed

5 files changed

+236
-78
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 3.0.0-alpha.13 - 17 March 2016
2+
3+
###### Backwards incompatible API changes
4+
- Added sum and count methods
5+
16
##### 3.0.0-alpha.12 - 10 March 2016
27

38
###### Other

dist/js-data-rethinkdb.js

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

dist/js-data-rethinkdb.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-rethinkdb",
33
"description": "RethinkDB adapter for js-data.",
4-
"version": "3.0.0-alpha.12",
4+
"version": "3.0.0-alpha.13",
55
"homepage": "https://github.com/js-data/js-data-rethinkdb",
66
"repository": {
77
"type": "git",
@@ -46,22 +46,22 @@
4646
"ci": "npm run test && cat coverage/lcov.info | coveralls || true"
4747
},
4848
"dependencies": {
49-
"js-data-adapter": "0.2.0",
49+
"js-data-adapter": "0.2.3",
5050
"mout": "0.12.0"
5151
},
5252
"peerDependencies": {
53-
"js-data": "^3.0.0-alpha.16",
53+
"js-data": "^3.0.0-alpha.19",
5454
"rethinkdbdash": ">=1.15.0"
5555
},
5656
"devDependencies": {
57-
"babel-core": "6.7.0",
58-
"babel-polyfill": "6.6.1",
57+
"babel-core": "6.7.2",
58+
"babel-polyfill": "6.7.2",
5959
"babel-preset-es2015-rollup": "1.1.1",
6060
"chai": "3.5.0",
6161
"coveralls": "2.11.8",
6262
"ink-docstrap": "1.1.4",
6363
"istanbul": "0.4.2",
64-
"js-data-adapter-tests": "^2.0.0-alpha.14",
64+
"js-data-adapter-tests": "^2.0.0-alpha.15",
6565
"js-data-repo-tools": "0.2.0",
6666
"jsdoc": "3.4.0",
6767
"mocha": "2.4.5",

0 commit comments

Comments
 (0)