Skip to content

v1.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@bautrukevich bautrukevich released this 15 May 06:22
· 1002 commits to master since this release

Changed

  • Project was moved from Flow notations to TypeScript.
  • The base function now returns object that implements DirectUploadInterface.
  • The fileFrom function now returns object that implements UploadFromInterface.
  • The UCFile type renamed to UploadcareFile.
  • The progress of fileFrom now based on the UploadingProgress type.

Added

  • Low-level request wrappers for /from_url/ and /from_url/status/ paths of Upload API.
  • Settings: the support of setting baseCDN, checkForUrlDuplicates, saveUrlForRecurrentUploads.