Multer Gridfs Storage Versions Save

🍃 GridFS storage engine for Multer to store uploaded files directly to MongoDb

v5.0.2

2 years ago
  • Fixed: Solved bug when not using the client parameter and the topology is not present in the db object #377
  • Update: Updated dependencies

v5.0.1

2 years ago
  • Fixed: Updated ObjectID reference to ObjectId to allow compatibility with mongodb4.

v5.0.0

2 years ago
  • Feature: Module rewritten in Typescript. Separate definition files are no longer required.
  • Fixed: If using the fromStream method the readable source emits an error the promise is rejected. #205
  • Fixed: Attached events to MongoClient or Db object depending on the installed mongo version.
  • Fixed: Replaced mongoose reference with mongoose like object to avoid version conflicts.
  • Update: Updated dependencies.

v4.1.0

4 years ago
  • Breaking change: Removed Node 8 support
  • Update: Updated dependencies

v4.0.3

4 years ago
  • Update: Updated dependencies

v4.0.2

4 years ago
  • Update: Updated dependencies

v4.0.1

4 years ago
  • Fix: Moved multer from dependencies to peerDependencies
  • Fix: Removed xo from dependencies
  • Update: Updated pump dependency

v4.0.0

4 years ago
  • Feature: Added the client option to the constructor
  • Feature: Supported client as a promise
  • Update: Removed the connectionOpts setting
  • Breaking change: Removed Node 6 support
  • Breaking change: The ready method and the connection event now produces an object with the db and the client

v3.3.0

4 years ago
  • Update: Removed compatibility with Node 4

v3.2.3

5 years ago
  • Fix: Solved bug in mongodb@2 and mongoose compatibility