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.
2 parents 03f57e3 + 0d75eac commit 74c8578Copy full SHA for 74c8578
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": {
@@ -35,7 +35,7 @@
35
"blanket": "1.1.7",
36
"coveralls": "2.11.2",
37
"eslint": "0.24.1",
38
- "jsonapi-server": "1.3.2",
+ "jsonapi-server": "1.4.0",
39
"mocha": "2.2.5",
40
"mocha-lcov-reporter": "0.0.2",
41
"mocha-performance": "0.1.0",
0 commit comments