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 7c2b1cf commit 6da53abCopy full SHA for 6da53ab
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+- 2017-09-23 - v2.0.0
2
+- 2017-09-23 - Bump all dependencies
3
+- 2017-09-23 - Support Node.js 8.
4
+- 2017-09-23 - Only Node.js >= 4.5 is now supported.
5
+- 2017-09-23 - Support latest `jsonapi-server`.
6
+- 2017-09-23 - Prevent crash when `attributeConfig` is `null` or `undefined`
7
- 2016-12-09 - v1.5.1
8
- 2016-12-09 - Bump all dependencies
9
- 2016-06-25 - v1.5.0
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonapi-store-mongodb",
- "version": "1.5.2",
+ "version": "2.0.0",
"description": "MongoDB data store for jsonapi-server.",
"main": "lib/mongoHandler.js",
"repository": {
0 commit comments