Releases: devconcept/multer-gridfs-storage
Releases · devconcept/multer-gridfs-storage
v5.0.2
v5.0.1
- Fixed: Updated ObjectID reference to ObjectId to allow compatibility with mongodb4.
v5.0.0
- 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
orDb
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
- Breaking change: Removed Node 8 support
- Update: Updated dependencies
v4.0.3
- Update: Updated dependencies
v4.0.2
- Update: Updated dependencies
v4.0.1
- Fix: Moved multer from dependencies to peerDependencies
- Fix: Removed xo from dependencies
- Update: Updated
pump
dependency
v4.0.0
- 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 theconnection
event now produces an object with thedb
and theclient
v3.3.0
- Update: Removed compatibility with Node 4
v3.2.3
- Fix: Solved bug in mongodb@2 and mongoose compatibility