Skip to content

Commit 6409140

Browse files
committed
1.0.0-alpha.6
1 parent 24a2da6 commit 6409140

File tree

6 files changed

+181
-84
lines changed

6 files changed

+181
-84
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 1.0.0-alpha.6 - 17 March 2016
2+
3+
###### Backwards compatible API changes
4+
- Added count method
5+
16
##### 1.0.0-alpha.5 - 10 March 2016
27

38
###### Other

dist/js-data-mongodb.js

+84-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js-data-mongodb.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mocha.start.js

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ JSDataAdapterTests.init({
2929
}
3030
},
3131
xmethods: [
32+
// sum not supported yet, I don't quite understand collection#aggregate...
33+
'sum',
3234
'updateMany'
3335
],
3436
features: [

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-mongodb",
33
"description": "MongoDB adapter for js-data.",
4-
"version": "1.0.0-alpha.5",
4+
"version": "1.0.0-alpha.6",
55
"homepage": "https://github.com/js-data/js-data-mongodb",
66
"repository": {
77
"type": "git",
@@ -45,23 +45,23 @@
4545
"ci": "npm run test && cat coverage/lcov.info | coveralls || true"
4646
},
4747
"dependencies": {
48-
"js-data-adapter": "0.2.1",
48+
"js-data-adapter": "0.2.4",
4949
"mout": "0.12.0"
5050
},
5151
"peerDependencies": {
5252
"bson": "^0.4.x || ^0.3.x",
53-
"js-data": "^3.0.0-alpha.16",
53+
"js-data": "^3.0.0-alpha.19",
5454
"mongodb": ">=1.3.x"
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.16",
6565
"js-data-repo-tools": "0.2.0",
6666
"jsdoc": "3.4.0",
6767
"mocha": "2.4.5",

0 commit comments

Comments
 (0)