Releases: ghaiklor/sails-service-storage
Releases · ghaiklor/sails-service-storage
v3.2.1
Compare
Sorry, something went wrong.
No results found
<a name"3.2.1">
3.2.1 (2016-01-27)
Bug Fixes
package: Fix issue with export default (b27db30d )
v3.2.0
Compare
Sorry, something went wrong.
No results found
<a name"3.2.0">
3.2.0 (2016-01-26)
Features
package: Add support for older NodeJS versions (4c89d58e )
v3.1.0
Compare
Sorry, something went wrong.
No results found
v3.0.3
Compare
Sorry, something went wrong.
No results found
General improvements;
Update aws-sdk to 2.2.6;
v3.0.2
Compare
Sorry, something went wrong.
No results found
Update aws-sdk to the latest version;
v3.0.1
Compare
Sorry, something went wrong.
No results found
Typo fixes in documentation;
v3.0.0
Compare
Sorry, something went wrong.
No results found
Migration from ES5 to ES6 syntax;
Remove create() method from StorageService. StorageService is a function now that you can call StorageService('amazon');
Fix issue with LocalStorage that didn't accessible via StorageService;
Rename provider.uploadsDir to provider.uploads in configuration object for LocalStorage;
v2.1.1
Compare
Sorry, something went wrong.
No results found
v2.1.0
Compare
Sorry, something went wrong.
No results found
v2.0.0
Compare
Sorry, something went wrong.
No results found
Implement AmazonStorage;
Improve test coverage;
Update docs;