Skip to content

Commit

Permalink
1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Mar 6, 2016
1 parent 57d83ff commit 2d6a119
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### 1.0.0-alpha.4 - 06 March 2016

Fixed JSDoc

##### 1.0.0-alpha.3 - 06 March 2016

###### Backwards compatible API changes
Expand Down
1 change: 1 addition & 0 deletions dist/js-data-mongodb.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-mongodb.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-mongodb",
"description": "MongoDB adapter for js-data.",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"homepage": "https://github.com/js-data/js-data-mongodb",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const REMOVE_OPTS_DEFAULTS = {}
* store.defineMapper('user')
*
* @class MongoDBAdapter
* @extends Adapter
* @param {Object} [opts] Configuration opts.
* @param {boolean} [opts.debug=false] Whether to log debugging information.
* @param {Object} [opts.findOpts] Options to pass to collection#find.
Expand Down

0 comments on commit 2d6a119

Please sign in to comment.