Skip to content

Latest commit

 

History

History
79 lines (46 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

79 lines (46 loc) · 1.04 KB

0.23.1

  • Update dio dependency and sdk constraints

0.20.0

  • Upload large files in chunks support
  • Switch from http package to Dio to support chunk upload

0.13.0

  • add public_id option

0.12.0

  • Update dependencies

0.11.0

  • Add support for bytes data.

0.10.0

  • Add upload progress indicator

0.9.0

  • Add context option to [CloudinaryFile]

0.8.2

  • Add folder option to [CloudinaryFile]

0.8.1+1

  • Update readme and example file

0.8.0 - 0.8.1

  • Migrate to null safety

0.7.0

  • Added [CloudinaryException]
  • Replace Dio dependency with http

0.6.2

  • Added option to override default upload_preset

0.6.1

  • Format files

0.6.0

  • Remove File dependency and replace with path String
  • Added Tags

0.4.0

  • Image transformation feature

0.3.3

  • Add upload from external url feature

0.3.0 - 0.3.1

  • Rename uploadFutureFiles() to multiUpload()

0.2.1

  • Support for future byte data

0.2.0

  • Multiple files upload support

0.1.0

  • Add example
  • Update readme

0.0.x

  • Setting up the project