Skip to content

Commit 2d6a119

Browse files
committed
1.0.0-alpha.4
1 parent 57d83ff commit 2d6a119

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 1.0.0-alpha.4 - 06 March 2016
2+
3+
Fixed JSDoc
4+
15
##### 1.0.0-alpha.3 - 06 March 2016
26

37
###### Backwards compatible API changes

dist/js-data-mongodb.js

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

dist/js-data-mongodb.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: 1 addition & 1 deletion
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.3",
4+
"version": "1.0.0-alpha.4",
55
"homepage": "https://github.com/js-data/js-data-mongodb",
66
"repository": {
77
"type": "git",

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ const REMOVE_OPTS_DEFAULTS = {}
8383
* store.defineMapper('user')
8484
*
8585
* @class MongoDBAdapter
86+
* @extends Adapter
8687
* @param {Object} [opts] Configuration opts.
8788
* @param {boolean} [opts.debug=false] Whether to log debugging information.
8889
* @param {Object} [opts.findOpts] Options to pass to collection#find.

0 commit comments

Comments
 (0)