Skip to content

Releases: alex-phillips/node-clouddrive

0.2.2

27 Nov 23:53
Compare
Choose a tag to compare

Added

  • downloadFile options now accepts an optional stream to write to
  • info command retrieves and displays account information from Amazon
  • Added a "catch all" for invalid commands instead of clouddrive not outputting anything.

Fixed

  • Incorrect prototypal inheritance with some objects
  • authorize call on Account ALWAYS checks to make sure we have a metadataUrl and contentUrl, not just on initial authorization.
  • Fixed output size of year string (and padding) for nodes not created in the current year.
  • init now outputs the URL for initial authentication for systems without a UI.
  • Added repository field in package.json.

0.2.1

24 Oct 18:50
Compare
Choose a tag to compare
  • Added support for using the CLI without needing your own API credentials
  • Added progress bar feedback for downloads and uploads
  • NPM module exposed properly now
  • Better error handling

"Initial" Release

10 Oct 21:38
Compare
Choose a tag to compare

An unintented npm publish caused the version 0.1.0 to no longer be usable. So this is the initial release!