Skip to content

Releases: RonRadtke/react-native-blob-util

0.19.0: fixes #284

04 Aug 20:31
Compare
Choose a tag to compare

iOS behaviour for content length same as under Android

Fixes for the podfile

fixing some warnings

reject promise if media store cna't write a file

0.18.4: readme fixes

22 Jul 20:06
Compare
Choose a tag to compare
  • Fixes for RN 0.72 and new arch ( thanks @billnbelll)
  • Readme fixes
  • Type fixes

0.18.3: version

13 Jun 18:21
Compare
Choose a tag to compare

Bugfixes

0.18.1

01 Jun 08:19
Compare
Choose a tag to compare
  • Rewrite of the event emittings system to address issues in iOS where events are not passed to the js side correctly leading to not set headers, status, ...
  • Adds a new option "storeInDownloads" to addAndroidDownloads to enforce the file being stored to the downlaods collections. The path set will be ignored therefor.
    The file title will be generated by title + addExt or a uuid + addExt. So make sure to set at least addExt, or a title including the file extension.

0.17.3: Merge pull request #224 from SheetJSDev/patch-1

17 Mar 20:20
1d09319
Compare
Choose a tag to compare
  • Fixing crash on iOS related to other libs (especially navigator libs like RNN)
  • Support for VS 2022
  • Fixes to the documentation

Update

27 Feb 20:11
80628d4
Compare
Choose a tag to compare
  • adding legacy constants to spec
  • Better errors on iOS writeFile
  • Fixing some method names on iOS which broke with the new arch migration
  • Fixing some potential errors due to async calls when getting the results of a request
  • Fixes for formdata polyfill on android
  • Custom error for rejections of canceling a request

0.17.0: Update:

10 Nov 21:24
Compare
Choose a tag to compare

BREAKING

  • This version requires React Native 0.65.x
  • Introduces support for the New Architecture

Before updating, please make sure you're using React Native 0.65.x or newer!
For migrating to the new architecture see: https://reactnative.dev/blog/2022/09/05/version-070

0.16.4: Fixes #179 (again...)

07 Nov 10:31
Compare
Choose a tag to compare
  • Fixing a bug in the bugfix for multiple callbacks being triggered for download process on android
  • Fix for CVE 2022-3517
  • Fix for crashes due to null references

0.16.3: version

12 Oct 12:03
Compare
Choose a tag to compare
  • Fixing the legacy paths
  • Fixing crashes due to multiple invoking of callbacks

0.16.2

02 Jul 18:45
Compare
Choose a tag to compare
  • Adds the "old, deprecated" paths to the constants as legacy paths (LegacyDCIMDir, LegacyPictureDir, LegacyMusicDir, LegacyDownloadDir, LegacyMovieDir, LegacyRingtoneDir, LegacySDCardDir)
  • Fixing the mediastorage API to use the correct paths for older android versions. This will now lead to a file always being stored in e.g. the the download directory. So the copyToMediastore now can be used across all Android versions to save a file to e.g. the downloads folder