Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Releases: ghaiklor/sails-service-storage

v3.2.1

Choose a tag to compare

@ghaiklor ghaiklor released this 27 Jan 14:19

<a name"3.2.1">

3.2.1 (2016-01-27)

Bug Fixes

  • package: Fix issue with export default (b27db30d)

v3.2.0

Choose a tag to compare

@ghaiklor ghaiklor released this 26 Jan 15:14

<a name"3.2.0">

3.2.0 (2016-01-26)

Features

  • package: Add support for older NodeJS versions (4c89d58e)

v3.1.0

Choose a tag to compare

@ghaiklor ghaiklor released this 09 Oct 13:11
  • Bump dependencies;

v3.0.3

Choose a tag to compare

@ghaiklor ghaiklor released this 02 Oct 11:33
  • General improvements;
  • Update aws-sdk to 2.2.6;

v3.0.2

Choose a tag to compare

@ghaiklor ghaiklor released this 30 Sep 06:23
  • Update aws-sdk to the latest version;

v3.0.1

Choose a tag to compare

@ghaiklor ghaiklor released this 27 Sep 06:37
  • Typo fixes in documentation;

v3.0.0

Choose a tag to compare

@ghaiklor ghaiklor released this 27 Sep 06:30
  • 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

Choose a tag to compare

@ghaiklor ghaiklor released this 27 Sep 06:20
  • Update dependencies;

v2.1.0

Choose a tag to compare

@ghaiklor ghaiklor released this 04 Aug 09:23
  • Implement LocalStorage;

v2.0.0

Choose a tag to compare

@ghaiklor ghaiklor released this 03 Aug 15:32
  • Implement AmazonStorage;
  • Improve test coverage;
  • Update docs;