Skip to content

Releases: XHMM/react-native-cloud-store

v0.12.0

11 Apr 06:22
Compare
Choose a tag to compare

v0.11.0

28 Oct 13:09
Compare
Choose a tag to compare
  • breaking: this module doesn't listen any events when constructed anymore, you need to call event registers manually (migration guide)
  • feat: expose evictUbiquitousItem
  • feat: expose startDownloadingUbiquitousItem
  • feat: expose setUbiquitous
  • feat: expose getUrlForPublishingUbiquitousItem

v0.10.3

07 Jul 19:52
Compare
Choose a tag to compare
  • fix: download not work correctly
  • fix: when upload/download progress hang if the same prefix file path existed

v0.10.2

01 Apr 17:23
Compare
Choose a tag to compare
  • fix: global event not be removed correctly

v0.10.0

11 Mar 10:02
Compare
Choose a tag to compare
  • feat: onProgress support for writeFile
  • feat: add getDefaultICloudContainerPath() to solve #13 (thanks to @gutenye)