Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.55 KB

History.md

File metadata and controls

77 lines (50 loc) · 1.55 KB

0.4.0 / 2013-04-07

  • changed; ReadStream/WriteStream api #4 #6 #7 #10 #11 #15 Reggino
  • fixed; parameter ambiguity (objectId / filename) for GridReadStream, GridWriteStream, grid#remove() #11 Reggino
  • fixed; Gridfs should be able to store 12 lettered file names Issue #11 Reggino
  • fixed; ReadStream pause() / resume() issue #12 #13 Reggino
  • fixed; #4
  • fixed; #6
  • fixed; #7
  • fixed; #10

0.3.2 / 2012-10-25

  • add; passing File object when emmiting close event diogogmt
  • update readme

0.3.1 / 2012-09-12

  • add; remove method

0.3.0 / 2012-09-12

  • refactor api
  • added; grid#files & grid#collection()

0.2.1 / 2012-09-12

  • explicit id creation

0.2.0 / 2012-09-11

  • update driver to 1.1.7
  • auto cast to ObjectId when possible

0.1.1 / 2012-08-31

  • updated; mongodb version to 1.1.5

0.1.0 / 06-13-2012

  • fixed; node-mongodb-native compatibility issues (#1)

0.0.5 / 05-18-2012

  • fixed; node v4 compatibility

0.0.4 / 05-11-2012

  • fixed; do not flush until open
  • updated; mongodb driver

0.0.3 / 05-10-2012

  • fixed; only open once

0.0.2 / 05-10-2012

  • add GridWriteStream progress event

0.0.1 / 05-09-2012

  • initial release