Browse Source

Update README.md

wkh237 8 years ago
parent
commit
5ab194ba44
1 changed files with 8 additions and 9 deletions
  1. 8
    9
      README.md

+ 8
- 9
README.md View File

10
 
10
 
11
 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.
11
 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.
12
 
12
 
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
-
22
 ## Usage
13
 ## Usage
23
 
14
 
24
 * [Installation](#user-content-installation)
15
 * [Installation](#user-content-installation)
189
 #### text():string
180
 #### text():string
190
   returns decoded base64 string (done in js context)
181
   returns decoded base64 string (done in js context)
191
 
182
 
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 |
192
 
191
 
193
 ### Upcoming Features
192
 ### Upcoming Features
194
 
193