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

Commit 5ab194b

Browse files
committed
Update README.md
1 parent 957193d commit 5ab194b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ This module enables you upload/download binary data in js, see [Examples](#user-
1010

1111
The source code is very simple, just an implementation of native HTTP request, supports both Android (uses awesome native library [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client])) and IOS.
1212

13-
## Major Changes
14-
15-
| Version | |
16-
|---|---|
17-
| 0.3 | Upload/Download octet-stream and form-data |
18-
| 0.4 | Add base-64 encode/decode library and API |
19-
| 0.4.1 | Fixe upload form-data missing file extension problem on Android |
20-
| 0.4.2 | Supports upload/download progress |
21-
2213
## Usage
2314

2415
* [Installation](#user-content-installation)
@@ -189,6 +180,14 @@ When `fetch` success, it resolve a `FetchBlobResponse` object as first argument.
189180
#### text():string
190181
returns decoded base64 string (done in js context)
191182

183+
## Major Changes
184+
185+
| Version | |
186+
|---|---|
187+
| 0.3 | Upload/Download octet-stream and form-data |
188+
| 0.4 | Add base-64 encode/decode library and API |
189+
| 0.4.1 | Fixe upload form-data missing file extension problem on Android |
190+
| 0.4.2 | Supports upload/download progress |
192191

193192
### Upcoming Features
194193

0 commit comments

Comments
 (0)