Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Latest commit

 

History

History
156 lines (93 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

156 lines (93 loc) · 4.28 KB

v1.0.4 (November 30, 2017) - The buffed release

Features

  • Hash argument for uploadFile() link

Thanks to the contributors for this release

v1.0.3 (November 30, 2017) - The authorization release

Features

  • Add get authorization function link

Thanks to the contributors for this release

v1.0.2 (April 23, 2017) - The fixed buffers release

Fixes

  • Replace package node-sha1 with sha1 to fix #19 issue with sha1 hash of buffers link

Thanks to the contributors for this release

v1.0.1 (April 22, 2017) - The small buffers release

Features

  • Update Axios to support buffers < 8192 bytes link

Thanks to the contributors for this release

v1.0.0 (March 15, 2017) - The large files release

Features

  • Added large file API support link

Thanks to the contributors for this HUGE release

v0.9.12 (March 4, 2017) - The options release

Fixes

  • Added prefix and delimiter support to file list API call link
  • Promise Progress Notifications link

Thanks to the contributors for this release

v0.9.11 (March 16, 2016) - The file encoding release

Fixes

  • Fix setting encoding for downloadFileById link issue

Thanks to the issue reporter for this release

v0.9.10 (February 21, 2016) - The Mime release

Features

  • Allow specifying mime type on upload link

Thanks to the contributors for this release

v0.9.9 (January 5, 2016) - The Buffer release

Features

  • Fix downloading of binary files link

Thanks to the contributors for this release

v0.9.8 (January 5, 2016) - The good response release

Features

  • Updated all file functions to properly encode a fileName with a path link

Thanks for reporting issues for this release

v0.9.7 (January 5, 2016) - The good response release

Features

  • Updated all instance functions to return API response in success callback link

v0.9.6 (December 18, 2015) - The information release

Features

  • Add support for adding X-Bz-Info-* headers when uploading a file link

v0.9.5 (December 18, 2015) - The string encoding release

Features

  • Ensure file names are properly encoded link

Thanks for question and contributions

v0.9.4 (December 3, 2015) - The all the things API release

Features

  • Download file by fileId
  • Delete file version

v0.9.3 (December 3, 2015) - The get on the file escalator release

Features

  • Upload a file
  • List file names
  • List file versions
  • Hide file
  • Get file info
  • Download file by name
  • Now with ESLinting

v0.9.2 (November 23, 2015) - The bucket list release

Features

  • List buckets
  • Update bucket
  • Get upload url for bucket

v0.9.1 (November 21, 2015) - The moar tests release

Features

  • Added tests for all existing code

Fixes

  • Implementation internally of request module

v0.9.0 (November 20, 2015) - The bucket release

Features

  • Authorization
  • Bucket Creation
  • Bucket Deletion
  • Initial mocha test setup