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 5b07ad9 commit 3eee3eaCopy full SHA for 3eee3ea
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 3.3.0
2
+
3
+ * Update: Removed compatibility with Node 4
4
5
# 3.2.3
6
7
* Fix: Solved bug in mongodb@2 and mongoose compatibility
README.md
@@ -10,7 +10,7 @@ This module is intended to be used with the v1.x branch of Multer.
10
11
- Compatibility with MongoDb versions 2 and 3.
12
- Really simple api.
13
-- Compatible with any Node.js version greater than 4.
+- Compatible with any Node.js version greater than 6.
14
- Caching of url based connections.
15
- Compatible with Mongoose connection objects.
16
- Promise and generator function support.
0 commit comments