Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Latest commit

 

History

History
62 lines (36 loc) · 1 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 1 KB

Changelog

[2.2.0]

This release adds Windows support.

Added

  • Windows is now fully supported

Changed

  • A bug with directory uploads on Windows has been fixed

[2.1.0]

Added

  • upload and upload_request API
  • Support for chunked uploading

[2.0.0]

Changed

  • This SDK has been updated to match Browser JS and require a client. You will first need to create a client and then make all API calls from this client.
  • Connection options can now be passed to the client, in addition to individual API calls, to be applied to all API calls.
  • The defaultPortalUrl string has been renamed to defaultSkynetPortalUrl and defaultPortalUrl is now a function.

[1.1.0]

Added

  • metadata function
  • Upload and download _request functions
  • Common Options object
  • API authentication

Changed

  • Some upload bugs were fixed.

[1.0.2]

Added

  • Possibility to use chunks

[1.0.1]

Changed

  • Drop UUID

[1.0.0]

Added

  • Upload and download functionality.