vsivsi / meteor-file-collection

Extends Meteor Collections to handle file data using MongoDB gridFS.
http://atmospherejs.com/vsivsi/file-collection
Other
159 stars 37 forks source link

Compatibility with ES6 import #114

Open mzygmunt opened 8 years ago

mzygmunt commented 8 years ago

Hello, Currently FileCollection is global, I think that it would be better if it can be imported into specified file by ES6 import.

vsivsi commented 8 years ago

Good suggestion but a major breaking change, so will need to wait for the next major release (whenever that is...)