Releases: devconcept/multer-gridfs-storage
Releases · devconcept/multer-gridfs-storage
v3.2.2
- Fix: Removed multer extra dependency from
package.json
v3.2.1
- Feature: Added
aliases
anddisableMD5
properties to file naming configuration
v3.2.0
- Feature: Support for Mongoose connections
- Feature: Ready method to wait for the MongoDb connection
- Breaking change: Deprecated "connectionOpts" in favor of "options"
v3.1.0
- Feature: Added caching feature
- Fix: Updated dependencies
- Fix: Moved multer to peer dependencies
- Breaking change: Dropped support for node 0.x
- Breaking change: Removed es6-promise dependency
- Breaking change: Added lodash.isplainobject dependency
v3.0.1
- Fix: Changed mongodb dependency version from 3 to >=2
v3.0.0
- Feature: Added support for mongodb version 3 in url connection string
- Feature: Added
client
property to storage object
v2.1.0
- Feature: Allowed strings, numbers and null values as file configuration
- Fix: Added examples to the readme
v1.3.0
Fix: Renamed 'error' event to 'streamError'
v2.0.0
- Breaking change: Removed gridfs-stream dependency
- Breaking change: Removed all old file configuration options
- Breaking change: Removed logging functions
- Breaking change: The grid property in the file object was removed and its properties merged directly with the file object
- Feature: Simplified api by adding a new option
file
to control file configuration - Feature: Added delayed file storage after successful connection instead of failing with an error
v1.1.0
- Added support for connection promises
- Added file size information
- Allow the api to be called with the
new
operator