Browse Source

bump to 0.5.7

Ben Hsieh 8 years ago
parent
commit
768b06fa78
4 changed files with 5 additions and 11 deletions
  1. 1
    4
      README.md
  2. 1
    1
      package.json
  3. 2
    5
      src/README.md
  4. 1
    1
      src/package.json

+ 1
- 4
README.md View File

875
 
875
 
876
 | Version | |
876
 | Version | |
877
 |---|---|
877
 |---|---|
878
+| 0.5.7 | Fix #31 #30 Xcode pre 7.3 build error |
878
 | 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
879
 | 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
879
 | 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |
880
 | 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |
880
 | 0.5.4 | Fix #30 #31 build build error, and improve memory efficiency. |
881
 | 0.5.4 | Fix #30 #31 build build error, and improve memory efficiency. |
886
 | 0.4.0 | Add base-64 encode/decode library and API |
887
 | 0.4.0 | Add base-64 encode/decode library and API |
887
 | ~0.3.0 | Upload/Download octet-stream and form-data |
888
 | ~0.3.0 | Upload/Download octet-stream and form-data |
888
 
889
 
889
-### TODO
890
-
891
-* Customizable Multipart MIME type
892
-
893
 ### In Progress (v0.6.0)
890
 ### In Progress (v0.6.0)
894
 
891
 
895
 * Add `readFile` and `WriteFile` API to `fs`
892
 * Add `readFile` and `WriteFile` API to `fs`

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "fetchblob",
2
   "name": "fetchblob",
3
-  "version": "0.5.5",
3
+  "version": "0.5.7",
4
   "private": true,
4
   "private": true,
5
   "scripts": {
5
   "scripts": {
6
     "start": "node node_modules/react-native/local-cli/cli.js start",
6
     "start": "node node_modules/react-native/local-cli/cli.js start",

+ 2
- 5
src/README.md View File

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)
2
 
2
 
3
 A module provides upload, download, and files access API. Supports file stream read/write for process large files.
3
 A module provides upload, download, and files access API. Supports file stream read/write for process large files.
4
 
4
 
851
 
851
 
852
 | Version | |
852
 | Version | |
853
 |---|---|
853
 |---|---|
854
+| 0.5.7 | Fix #31 #30 Xcode pre 7.3 build error |
854
 | 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
855
 | 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
855
 | 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |
856
 | 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |
856
 | 0.5.4 | Fix #30 #31 build build error, and improve memory efficiency. |
857
 | 0.5.4 | Fix #30 #31 build build error, and improve memory efficiency. |
862
 | 0.4.0 | Add base-64 encode/decode library and API |
863
 | 0.4.0 | Add base-64 encode/decode library and API |
863
 | ~0.3.0 | Upload/Download octet-stream and form-data |
864
 | ~0.3.0 | Upload/Download octet-stream and form-data |
864
 
865
 
865
-### TODO
866
-
867
-* Customizable Multipart MIME type
868
-
869
 ### In Progress (v0.6.0)
866
 ### In Progress (v0.6.0)
870
 
867
 
871
 * Add `readFile` and `WriteFile` API to `fs`
868
 * Add `readFile` and `WriteFile` API to `fs`

+ 1
- 1
src/package.json View File

1
 {
1
 {
2
   "name": "react-native-fetch-blob",
2
   "name": "react-native-fetch-blob",
3
-  "version": "0.5.6",
3
+  "version": "0.5.7",
4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5
   "main": "index.js",
5
   "main": "index.js",
6
   "scripts": {
6
   "scripts": {