Skip to content

Releases: RonRadtke/react-native-blob-util

0.16.1: Version

24 Jun 20:06
Compare
Choose a tag to compare
  • Remove old linking hooks which didn't have any purpose anymore to support RN 0.69
  • Fixing division by zero bug
  • Improvements to android progress (thanks austinried)
  • Correct handling of formData (thanks ThePooN)
  • Hopefully a fix for the null is not an object bug

0.16.0: version

28 Apr 14:38
Compare
Choose a tag to compare
  • [BREAKING] For the trusty option a custom trust manager has to be defined and injected (see Reamde for more details). This change has been made due to app rejections in the google play store. Security checks might have flagged the trust manager implementation even though it never was used
  • Enable reporting of progress from Android DownloadManager
  • Remove redundant iOS 7 polyfill
  • Remove CHECK_LICENSE permission
  • A fix for "unexpected end of stream error" issue Fixes #137
  • Fix type declaration for close() in interface ReactNativeBlobUtilWriteStream

0.15.0: Update:

25 Mar 21:00
Compare
Choose a tag to compare
  • The Transformers arrived: Possibility to specify a transformer class implementing e.g. an encryption which will be applied upon writing / reading bytes
  • Fixing an issue with huge files
  • Fixing several places of missing path normalization
  • Fixing issues with canceling an ongoing fetch
  • Fixing issues that base64 was in some cases not defined

0.14.1: Update:

23 Feb 20:43
Compare
Choose a tag to compare
  • Fixing issues in the mediastore API for Android < 10

0.14.0: Update:

05 Feb 21:17
Compare
Choose a tag to compare

New features:

Support for Android Media Store (Android > 9)

Adds support to save files to the media store, but also to copy files to the internal storage to be able to use them for further processing (e.g. sending to a server)
Wiki link: https://github.com/RonRadtke/react-native-blob-util/wiki/MediaStore

Fixes:

  • Fixing a lot of links in the docu and the wiki
  • Fixing issues with string conversation due by enforcing root local

0.13.18

11 Dec 07:53
Compare
Choose a tag to compare
  • Fix: types for df
  • Fix: android file scheme
  • Fix: error if dirs did not exist
  • Fix: iOS upload with file// prefix

0.13.17: version update

15 Nov 12:09
Compare
Choose a tag to compare

Fixes:

  • Issues when building with RN 0.66.1
  • Issues on Android 11 when trying to open a file

0.13.16: version update

29 Sep 12:45
Compare
Choose a tag to compare

Fixes:

  • Deprecations for gradle 7
  • Interceptor now closing previous requests if necessary

0.13.15: Update:

23 Sep 08:47
Compare
Choose a tag to compare
  • Removing okhttp3 from dependecy list to prevent problems with the update to RN 0.66. RN removed jcenter from the standard repositories.

0.13.14: Update:

31 Aug 06:50
Compare
Choose a tag to compare
  • Fixing problems in the import statements caused by the import cycle fix