Releases: RonRadtke/react-native-blob-util
Releases · RonRadtke/react-native-blob-util
0.16.1: Version
- 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
- [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 interfaceReactNativeBlobUtilWriteStream
0.15.0: Update:
- 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:
- Fixing issues in the mediastore API for Android < 10
0.14.0: Update:
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
0.13.17: version update
Fixes:
- Issues when building with RN 0.66.1
- Issues on Android 11 when trying to open a file
0.13.16: version update
Fixes:
- Deprecations for gradle 7
- Interceptor now closing previous requests if necessary
0.13.15: Update:
- 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:
- Fixing problems in the import statements caused by the import cycle fix