Skip to content

Releases: devconcept/multer-gridfs-storage

v3.2.2

09 Sep 16:02
Compare
Choose a tag to compare
  • Fix: Removed multer extra dependency from package.json

v3.2.1

09 Sep 15:51
Compare
Choose a tag to compare
  • Feature: Added aliases and disableMD5 properties to file naming configuration

v3.2.0

06 Sep 16:02
Compare
Choose a tag to compare
  • 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

30 Aug 13:14
Compare
Choose a tag to compare
  • 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

24 Mar 16:35
Compare
Choose a tag to compare
  • Fix: Changed mongodb dependency version from 3 to >=2

v3.0.0

19 Feb 18:49
Compare
Choose a tag to compare
  • Feature: Added support for mongodb version 3 in url connection string
  • Feature: Added client property to storage object

v2.1.0

04 Oct 13:11
Compare
Choose a tag to compare
  • Feature: Allowed strings, numbers and null values as file configuration
  • Fix: Added examples to the readme

v1.3.0

31 Aug 15:29
Compare
Choose a tag to compare

Fix: Renamed 'error' event to 'streamError'

v2.0.0

08 Aug 13:34
Compare
Choose a tag to compare
  • 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

23 Apr 22:56
Compare
Choose a tag to compare
  • Added support for connection promises
  • Added file size information
  • Allow the api to be called with the new operator