v1.0.0-alpha.2
Pre-release
Pre-release
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 implementsDirectUploadInterface
. - The
fileFrom
function now returns object that implementsUploadFromInterface
. - The
UCFile
type renamed toUploadcareFile
. - The progress of
fileFrom
now based on theUploadingProgress
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
.