Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 2911491

Browse files
committed
bump to 0.5.7
1 parent f21e0d8 commit 2911491

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-fetch-blob [![npm version](https://img.shields.io/badge/npm package-0.5.6-brightgreen.svg)](https://badge.fury.io/js/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg) ![](https://img.shields.io/badge/in progress-0.6.0-yellow.svg)
1+
# react-native-fetch-blob [![npm version](https://img.shields.io/badge/npm package-0.5.7-brightgreen.svg)](https://badge.fury.io/js/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg) ![](https://img.shields.io/badge/in progress-0.6.0-yellow.svg)
22

33
A module provides upload, download, and files access API. Supports file stream read/write for process large files.
44

@@ -851,6 +851,7 @@ A `session` is an object that helps you manage files. It simply maintains a list
851851

852852
| Version | |
853853
|---|---|
854+
| 0.5.7 | Fix #31 #30 Xcode pre 7.3 build error |
854855
| 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
855856
| 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |
856857
| 0.5.4 | Fix #30 #31 build build error, and improve memory efficiency. |
@@ -862,10 +863,6 @@ A `session` is an object that helps you manage files. It simply maintains a list
862863
| 0.4.0 | Add base-64 encode/decode library and API |
863864
| ~0.3.0 | Upload/Download octet-stream and form-data |
864865

865-
### TODO
866-
867-
* Customizable Multipart MIME type
868-
869866
### In Progress (v0.6.0)
870867

871868
* Add `readFile` and `WriteFile` API to `fs`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchblob",
3-
"version": "0.5.5",
3+
"version": "0.5.7",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

src/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-fetch-blob [![npm version](https://img.shields.io/badge/npm package-0.5.6-brightgreen.svg)](https://badge.fury.io/js/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg) ![](https://img.shields.io/badge/in progress-0.6.0-yellow.svg)
1+
# react-native-fetch-blob [![npm version](https://img.shields.io/badge/npm package-0.5.7-brightgreen.svg)](https://badge.fury.io/js/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg) ![](https://img.shields.io/badge/in progress-0.6.0-yellow.svg)
22

33
A module provides upload, download, and files access API. Supports file stream read/write for process large files.
44

@@ -851,6 +851,7 @@ A `session` is an object that helps you manage files. It simply maintains a list
851851

852852
| Version | |
853853
|---|---|
854+
| 0.5.7 | Fix #31 #30 Xcode pre 7.3 build error |
854855
| 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
855856
| 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |
856857
| 0.5.4 | Fix #30 #31 build build error, and improve memory efficiency. |
@@ -862,10 +863,6 @@ A `session` is an object that helps you manage files. It simply maintains a list
862863
| 0.4.0 | Add base-64 encode/decode library and API |
863864
| ~0.3.0 | Upload/Download octet-stream and form-data |
864865

865-
### TODO
866-
867-
* Customizable Multipart MIME type
868-
869866
### In Progress (v0.6.0)
870867

871868
* Add `readFile` and `WriteFile` API to `fs`

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fetch-blob",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)