loopback-component-storage/CHANGES.md

223 lines
4.4 KiB
Markdown

2016-10-07, Version 1.9.2
=========================
* Update japanese translation files (Candy)
* Add keep-alive setting to wrong content type test. (Richard Pringle)
* Add translated files (gunjpan)
* Add link to associated blog post. (Richard Pringle)
2016-08-29, Version 1.9.1
=========================
* Add provider upload response in final response (Loic VELUT)
* Continue middleware chain after download. (Richard Pringle)
* Add test for beforeRemote hook on download. (Richard Pringle)
* Use ephemeral port in upload/download test. (Richard Pringle)
* Add globalization to module. (Richard Pringle)
* Fix windows upload test double callback issue (David Cheung)
2016-07-18, Version 1.9.0
=========================
* Update URLs in CONTRIBUTING.md (#138) (Ryan Graham)
* Fix for issue #127 (Gary Torres)
2016-05-03, Version 1.8.1
=========================
* update/insert copyright notices (Ryan Graham)
* relicese as Artistic-2.0 only (Ryan Graham)
* Update storage-service.js (Rand McKinney)
2016-03-29, Version 1.8.0
=========================
* Remove space (Simon Ho)
* Update storage-service.js (Rand McKinney)
2016-02-19, Version 1.7.0
=========================
* Remove sl-blip from dependencies (Miroslav Bajtoš)
* Migrate examples (Simon Ho)
* Expose `originalFilename` property (Santiago Osorio)
* Remove test file (Raymond Feng)
* Replace image (Raymond Feng)
2015-11-23, Version 1.6.0
=========================
* Add range support (Raymond Feng)
* Refer to licenses with a link (Sam Roberts)
* Upgrade LB Explorer and related changes (crandmck)
* Fix the test case (Raymond Feng)
* Use strongloop conventions for licensing (Sam Roberts)
* Fix link to docs (Rand McKinney)
* Bump client dependencies (upq)
2015-07-31, Version 1.5.1
=========================
* Capture writer error (Raymond Feng)
* Bugfix: Cannot read property 'forEach' of undefined (Oleksii Strutsynskyi)
2015-06-08, Version 1.5.0
=========================
* Add var (Raymond Feng)
* Fix for issues - #58, #23 & #67 (ningsuhen)
* use middleware.json (Hage Yaapa)
* Fix documentation link (Samuel Mehrbrodt)
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, Version 1.2.0
=========================
* Fix deprecation (Raymond Feng)
* Adding key renaming support on Service.upload and Handler.upload (Benjamin Boudreau)
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, 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!