v1.0.0-alpha.1
Pre-release
Pre-release
Fixed
- Use the version from the
package.json
file to create Uploadcare User Agent.
Changed
- The
base
function returnsthenable
object calledDirectUpload
instead of using thepromise
property. - The
fileFrom
function returnsthenable
object calledFilePromise
instead of using thepromise
property. - The
FileInfo
type renamed toUFile
and updated. - The
FilePromise
resolved with an object of theUFile
type. - The progress of
fileFrom
now based on theFilePromiseProgress
type. - Updated the
InfoResponse
type.
Added
- The
checkFileIsReady
function to check if the file is ready on the CDN. - New properties for the object that the
fileFrom
function returns:
onUploaded
,onReady
. - The
camelizeKeys
function for inner usage. - The
baseCDN
default setting