Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (21 loc) · 596 Bytes

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 596 Bytes

0.7.1

  • Fix missing client class export.

0.7.0

  • Add [mapResponseJson] param to help parse response from several providers.
  • Remove [getDirectDownloadUrl] from APIs.

0.6.1

  • Fix incorrect usage of [controller.close].

0.6.0

  • API it's now entirely based on byte stream and not raw bytes to support large files.

0.4.1

  • Improve docs.

0.4.0

  • Add [getDirectDownloadUrl] API.
  • Add E2EE tests.

0.2.1

  • Fix pubspec 404 links.

0.2.0

  • Add Dart docs.
  • Rename file [upload_file] to [upload_file_with] to reflects it's function name.

0.1.0

  • Initial release