- feat: add Apple Privacy manifest
- refactor: this module doesn't listen events when initiated anymore, you need to call event registers manually.
- feat: expose
evictUbiquitousItem
- feat: expose
startDownloadingUbiquitousItem
- feat: expose
setUbiquitous
- feat: expose
getUrlForPublishingUbiquitousItem
- fix:
upload
progress not reach to 100 to resolve
- fix:
DownloadStatus
enum value mis-writing
- fix:
download
progress not reach to 100 to resolve
- fix:
download
not work correctly - fix: when
upload
/download
progress hang if the same prefix file path existed
- fix: event not be removed correctly
- feat:
onProgress
support forwriteFile
- feat: add
getDefaultICloudContainerPath()
to solve #13 (thanks to @gutenye)
- fix: error when running on android due to
getConstants()
call (#12)
- feat:
state
will returnfileSize
andisDirectory
(#11)
- fix: expo building error for ios (#7)
- feature:
donwload
andupload
now supportonProgress
- add
registerGlobalDownloadEvent
andregisterGlobalUploadEvent
- breaking:
iCloudContainerPath
renamed todefaultICloudContainerPath
- breaking:
persist
renamed todownload
- breaking: icloud path do not support relative path now, you must pass an absolute path
- feature: support pass custom container id
- feature: add new
onICloudIdentityDidChange
event
- fix: not correctly handle local path when using
persist
- breaking: removed export of
getConstants()
, you can importiCloudContainerPath
directly - feature: icloud related apis now support full or relative icloud path
- improvement: document more clear
- removed ios13 limitation
- some api names and signature changed, check documentation for current versions
- add support for document progress event
- bugs fix
- init release