We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f57e3 commit ebfc436Copy full SHA for ebfc436
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+- 2016-04-22 - v1.3.0
2
+- 2016-04-22 - Improved index creation
3
+- 2016-04-22 - Better error handling on .find()
4
- 2016-04-07 - v1.2.2
5
- 2016-04-07 - Error handling when creating a document
6
- 2016-02-17 - v1.2.1
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonapi-store-mongodb",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "MongoDB data store for jsonapi-server.",
"main": "lib/mongoHandler.js",
"repository": {
0 commit comments