Releases: RonRadtke/react-native-blob-util
Releases · RonRadtke/react-native-blob-util
0.19.3
0.19.2
Removing the name from the manifest application section to lower likelyhood of merge conflicts during manifest merge
compability for android 14
adding missing listener methods for windows and for the new arch
Fixing imports
Fixing wrong read access to assets
Thank you for everyone who is submitting PRs! You help very much keeping the lib alive.
Test
0.19.1: Merge pull request #288 from lilidotshi/master
- Fix for Xcode 15
0.19.0: fixes #284
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
- Fixes for RN 0.72 and new arch ( thanks @billnbelll)
- Readme fixes
- Type fixes
0.18.3: version
Bugfixes
0.18.1
- 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
- Fixing crash on iOS related to other libs (especially navigator libs like RNN)
- Support for VS 2022
- Fixes to the documentation
Update
- 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