loopback-component-storage/CHANGES.md

117 lines
2.3 KiB
Markdown
Raw Normal View History

2015-04-21, Version 1.4.0
=========================
* Fix the tests (Raymond Feng)
* this.options is undefined, should use options (Yazhong Liu)
* Expose file size on success callback (Leandro)
2015-03-02, Version 1.3.1
=========================
* Adding error handler on upload stream (Benjamin Boudreau)
* removed callback from downloadStream method (Jury D'Ambros)
* is not necessary to pass cb to pkgcloud (Jury D'Ambros)
2015-02-10, Version 1.3.0
=========================
* Adding support for ACL, Content-Type, Max File Size and allowd Content-Types (Benjamin Boudreau)
2015-01-30 19:35:32 +00:00
2015-01-30, Version 1.2.0
=========================
* Fix deprecation (Raymond Feng)
* Adding key renaming support on Service.upload and Handler.upload (Benjamin Boudreau)
2015-01-16 18:58:41 +00:00
2015-01-16, Version 1.1.0
=========================
* Upgrade deps (Raymond Feng)
* Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
* #4: Return a 404 if file doesn't exist (Timo Saikkonen)
2014-11-27 21:30:36 +00:00
2014-11-27, Version 1.0.6
=========================
* Remove expired credentials (Ryan Graham)
* Update storage-service.js (Tony Sukiennik)
* Update index.js (Tony Sukiennik)
* Allow the Sample to easily changed providers (tonysoft)
* GetFiles issues (tonysoft)
* Add contribution guidelines (Ryan Graham)
* Put link to official documentation (Rand McKinney)
* Add loopback 2.0 example (Raymond Feng)
* Clarify the need for app.model(container) (Brian Dunnette)
2014-07-01, Version 1.0.5
=========================
* Bump version (Raymond Feng)
* Update README (Raymond Feng)
* Update module name (Raymond Feng)
2014-06-26, Version 1.0.4
=========================
* Bump version (Raymond Feng)
* Fix amazon s3 container handling (Raymond Feng)
2014-06-16, Version 1.0.3
=========================
* Bump version (Raymond Feng)
* Fix issue-15 (Raymond Feng)
2014-05-30, Version 1.0.2
=========================
* Add formidable as dependency (cgole)
* Update docs.json (Rand McKinney)
* Doc upload and download functions (Rand McKinney)
* Bump version (Raymond Feng)
* Update jsdocs (Raymond Feng)
* Clean up JS Doc (crandmck)
* Add param info to constructor JSDoc (crandmck)
* Work on JSDoc comments (crandmck)
2014-04-04, Version 1.0.0
=========================
* First release!