tag:github.com,2008:https://github.com/ConnectedHomes/react-native-fetch-blob/releases Release notes from react-native-fetch-blob 2023-10-10T12:10:42Z tag:github.com,2008:Repository/286179415/v0.10.83 2023-10-10T12:12:15Z Fixed iOS Podfile <p>Fixed iOS Podfile</p> rajarab2 tag:github.com,2008:Repository/286179415/v0.10.82 2023-10-10T09:02:16Z Android SDK 33 update <p>Android SDK 33 update</p> rajarab2 tag:github.com,2008:Repository/286179415/v0.10.81 2020-08-09T06:25:46Z Internal Patch release <p>Internal Patch release where the rn-fetch-blob is replaced with react-native-fetch-blob as there were few issues related to file access in IPhone devices while using RELEASE_TARGET.<br> The patch was added on the official tag v6.2.0.</p> udaisshekhawat tag:github.com,2008:Repository/286179415/v0.10.9 2017-08-09T09:56:39Z v0.10.9: Fix for #467 (#472) <ul> <li> <p>bump to 0.10.8</p> </li> <li> <p>Update PULL_REQUEST_TEMPLATE</p> </li> <li> <p>Fix <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="248754813" data-permission-text="Title is private" data-url="https://github.com/wkh237/react-native-fetch-blob/issues/468" data-hovercard-type="issue" data-hovercard-url="/wkh237/react-native-fetch-blob/issues/468/hovercard" href="https://github.com/wkh237/react-native-fetch-blob/issues/468">wkh237#468</a> "Messy error returns: Sometimes a string, sometimes an Error object"</p> </li> <li> <p>Cleanup: remove an unused constant and duplicate method definitions</p> </li> <li> <p>Cleanup:</p> </li> </ul> <ul> <li>fix minor errors in JSDoc comments, for example {string]} =&gt; {string}</li> <li>fix parameter name "encode" =&gt; "encoding" (more logical, and it says so in the function's JSDoc too)</li> <li>json-stream.js: split a looooong log message string constant into two parts and fix a typo ("maually"), and the type for objects is "Object" (capitalized) in Flow type annotations</li> </ul> <ul> <li> <p>Fix a (Flow) type conflict - fixes issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="248265369" data-permission-text="Title is private" data-url="https://github.com/wkh237/react-native-fetch-blob/issues/461" data-hovercard-type="issue" data-hovercard-url="/wkh237/react-native-fetch-blob/issues/461/hovercard" href="https://github.com/wkh237/react-native-fetch-blob/issues/461">wkh237#461</a></p> </li> <li> <p>NEEDS REVIEW - Attempt to fix some of issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="248172645" data-permission-text="Title is private" data-url="https://github.com/wkh237/react-native-fetch-blob/issues/460" data-hovercard-type="issue" data-hovercard-url="/wkh237/react-native-fetch-blob/issues/460/hovercard" href="https://github.com/wkh237/react-native-fetch-blob/issues/460">wkh237#460</a> (Error message normalization)</p> </li> </ul> <p>Error messages reported by iOS and Android versions should be as similar as possible. Also, within the same system there should be consistency. This patch is an attempt to bring a LITTLE more of this consistency to the error messages. I also fixed some very few minor language issues, like "does not exist" (is the correct English). I tried keeping the changes to a minimum.</p> <p>Background: In my project code I want to know when a file already exists (e.g. after calling fs.createFile), and the only way is to check the error message string that I get. It's bad if they differ between versions (createFileASCII and createFile) and then also between Android and iOS version. At least some core part of the string should be the same, so that I have something to match.</p> <p>Ideally messages should come from a centralized easy (easier) to maintain file (for both iOS and Android), and ideally both systems should have the same errors and messages as far as possible.</p> <ul> <li>Fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="248585854" data-permission-text="Title is private" data-url="https://github.com/wkh237/react-native-fetch-blob/issues/467" data-hovercard-type="issue" data-hovercard-url="/wkh237/react-native-fetch-blob/issues/467/hovercard" href="https://github.com/wkh237/react-native-fetch-blob/issues/467">wkh237#467</a> by improving the write() function of write streams: By resolving with the RNFetchBlobWriteStream instance instead of with "undefined" writes can now be chained:</li> </ul> <p>RNFetchBlob.fs.writeStream(PATH_TO_FILE, 'utf8', true)<br> .then((ofstream) =&gt; ofstream.write('foo'))<br> .then((ofstream) =&gt; ofstream.write('bar'))<br> .then((ofstream) =&gt; ofstream.write('foobar'))<br> .then((ofstream) =&gt; ofstream.close())</p> <p>Reference: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="248585854" data-permission-text="Title is private" data-url="https://github.com/wkh237/react-native-fetch-blob/issues/467" data-hovercard-type="issue" data-hovercard-url="/wkh237/react-native-fetch-blob/issues/467/hovercard?comment_id=321194693&amp;comment_type=issue_comment" href="https://github.com/wkh237/react-native-fetch-blob/issues/467#issuecomment-321194693">wkh237#467 (comment)</a></p> LionessTester tag:github.com,2008:Repository/286179415/v0.10.8 2017-08-03T01:37:08Z v0.10.8 <p>bump to 0.10.8</p> bcpclone tag:github.com,2008:Repository/286179415/v0.10.7 2017-08-02T15:04:09Z v0.10.7 <p>Merge branch '0.10.7' of github.com:wkh237/react-native-fetch-blob in…</p> wkh237 tag:github.com,2008:Repository/286179415/v0.10.6 2017-06-26T15:52:27Z v0.10.6 <p>bump to 0.10.6 and update contributors</p> wkh237 tag:github.com,2008:Repository/286179415/v0.10.5 2017-04-26T09:31:06Z v0.10.5 <p>Catch null contentUri (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="224394366" data-permission-text="Title is private" data-url="https://github.com/wkh237/react-native-fetch-blob/issues/343" data-hovercard-type="pull_request" data-hovercard-url="/wkh237/react-native-fetch-blob/pull/343/hovercard" href="https://github.com/wkh237/react-native-fetch-blob/pull/343">wkh237#343</a>)</p> AndrewJack tag:github.com,2008:Repository/286179415/v0.10.4 2017-03-31T02:14:23Z v0.10.4 <p>bump to 0.10.4</p> wkh237 tag:github.com,2008:Repository/286179415/v0.10.3-beta.1 2017-02-05T03:38:05Z v0.10.3-beta.1 <p>bump to 0.10.3-beta.1</p> wkh237