瀏覽代碼

bump to 0.5.8

Ben Hsieh 8 年之前
父節點
當前提交
6117206abc
共有 4 個文件被更改,包括 6 次插入4 次删除
  1. 2
    1
      README.md
  2. 1
    1
      package.json
  3. 2
    1
      src/README.md
  4. 1
    1
      src/package.json

+ 2
- 1
README.md 查看文件

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)
1
+# react-native-fetch-blob [![npm version](https://img.shields.io/badge/npm package-0.5.8-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.8 | Fix #33 PUT request will always be sent as POST on Android |
854
 | 0.5.7 | Fix #31 #30 Xcode pre 7.3 build error |
855
 | 0.5.7 | Fix #31 #30 Xcode pre 7.3 build error |
855
 | 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
856
 | 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
856
 | 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |
857
 | 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |

+ 1
- 1
package.json 查看文件

1
 {
1
 {
2
   "name": "fetchblob",
2
   "name": "fetchblob",
3
-  "version": "0.5.7",
3
+  "version": "0.5.8",
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
- 1
src/README.md 查看文件

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)
1
+# react-native-fetch-blob [![npm version](https://img.shields.io/badge/npm package-0.5.8-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.8 | Fix #33 PUT request will always be sent as POST on Android |
854
 | 0.5.7 | Fix #31 #30 Xcode pre 7.3 build error |
855
 | 0.5.7 | Fix #31 #30 Xcode pre 7.3 build error |
855
 | 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
856
 | 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
856
 | 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |
857
 | 0.5.5 | Remove work in progress code added in 0.5.2 which may cause memory leaks. |

+ 1
- 1
src/package.json 查看文件

1
 {
1
 {
2
   "name": "react-native-fetch-blob",
2
   "name": "react-native-fetch-blob",
3
-  "version": "0.5.7",
3
+  "version": "0.5.8",
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": {