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 4e5de55 commit d953287Copy full SHA for d953287
CHANGELOG.md
@@ -1,6 +1,8 @@
1
-2015-06-29 - Initial release
2
-2015-12-21 - Pagination support
3
-2015-12-21 - Sort support
4
-2015-12-21 - v1.0.0
5
-2015-12-30 - Offload queries to Mongo
6
-2015-12-30 - v1.1.0
+- 2015-06-29 - Initial release
+- 2015-12-21 - Pagination support
+- 2015-12-21 - Sort support
+- 2015-12-21 - v1.0.0
+- 2015-12-30 - Offload queries to Mongo
+- 2015-12-30 - v1.1.0
7
+- 2016-01-21 - Robust MongoDB connection management
8
+- 2016-01-21 - v1.2.0
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonapi-store-mongodb",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "MongoDB data store for jsonapi-server.",
"main": "lib/mongoHandler.js",
"repository": {
0 commit comments