Skip to content

Releases: joltup/rn-fetch-blob

Broken Podspec Bugfix

26 Jun 22:43
Compare
Choose a tag to compare

The author field of the podspec file was erroneously removed, and has now been restored for this release

re-naming bugfix release

23 Jun 23:48
Compare
Choose a tag to compare

In the last release when renaming the project to rn-fetch-blob I missed several occurrences of the original package name, react-native-fetch-blob which caused several errors. The naming should now be consistent throughout the codebase.

New package name, 0.10.9 Bugfix Release

23 Jun 20:37
Compare
Choose a tag to compare

This is the first release of rn-fetch-blob! 🎉 You can install it from npm at https://www.npmjs.com/package/rn-fetch-blob.

This release includes many bugfixes. Many thanks to those who have contributed, since moving to this new repository we have merged 13 pull requests from contributors! 😀

Some bugfixes/changes include:

  • Callback based APIs now use promises

  • Updated SDCardDir and SDCardApplicationDir API #77

    • SDCardDir as a constant is deprecated and will be removed in feature release. Use RNFetchBlob.android.getSDCardDir():Promise instead.
    • SDCardApplicationDir as a constant is deprecated and will be removed in feature release. Use RNFetchBlob.android.getSDCardApplicationDir():Promise instead. This variable can be empty on error in native code.
  • Prevent crashing when there is no external files directory #62

  • Support Android content URIs for uploading: #45

  • Reject openDocument promise on iOS if an error occurs: #41

  • Large refactor to clean up code and improve general efficiency: #8

  • Properly implement main queue setup: #10, #17

There are several more fixes that were implemented in the original react-native-fetch-blob repository as well. In general testing we have found this release to be working great in our app at Joltup, please open new issues if you run into any bugs/problems