Skip to content

Commit

Permalink
更新V2.1.2说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-you committed Sep 3, 2018
1 parent 06e50d4 commit 7b753bf
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
## 版本说明

### 当前版本
[![release](https://img.shields.io/badge/release-V2.1.0-orange.svg)](https://github.com/zhou-you/RxEasyHttp/blob/master/update.md)
[![release](https://img.shields.io/badge/release-V2.1.2-orange.svg)](https://github.com/zhou-you/RxEasyHttp/blob/master/update.md)

**[历史版本,点我、点我、点我>>](https://github.com/zhou-you/RxEasyHttp/blob/master/update.md)**

Expand All @@ -70,7 +70,7 @@
### build.gradle设置
```
dependencies {
compile 'com.zhouyou:rxeasyhttp:2.1.0'
compile 'com.zhouyou:rxeasyhttp:2.1.2'
}
```
想查看所有版本,请点击下面地址。
Expand Down
2 changes: 1 addition & 1 deletion rxeasyhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 4
versionName "2.1.0"
versionName "2.1.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
39 changes: 23 additions & 16 deletions update.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,50 @@
## 更新日志
### 2018-09-03
**v2.1.2**
- 修改了请求参数编码问题
- 优化了baseurl可以为null
- 优化了addCallAdapterFactory重复的问题
- 修改添加cookie错误问题

### 2018-07-02
**v2.1.0**
- 1.解决了多baseUrl时,先请求局部baseUrl,报: Base URL required.问题
- 解决了多baseUrl时,先请求局部baseUrl,报: Base URL required.问题

### 2018-06-26
**v2.0.9**
- 1.修改了delete body请求注解错误问题
- 修改了delete body请求注解错误问题

### 2018-06-14
**v2.0.8**
- 1.增加put请求支持json,object,body类型
- 增加put请求支持json,object,body类型

### 2018-05-23
**v2.0.7**
- 1.修改put注解错误
- 修改put注解错误

### 2018-05-16
**v2.0.6**
- 1.增加delete请求支持body
- 2.修复put请求bug
- 增加delete请求支持body
- 修复put请求bug

### 2017-12-26
**v2.0.5**
- 1.修复了cookie保存问题
- 2.添加的header去重复
- 3.修改将默认的头拦截器放在其它拦截器最前面
- 修复了cookie保存问题
- 添加的header去重复
- 修改将默认的头拦截器放在其它拦截器最前面

### 2017-09-21
**v2.0.2**
- 1.修复了V2.0.1解决bug时导致重新引入进度框消失,网络请求没有自动取消的问题
- 修复了V2.0.1解决bug时导致重新引入进度框消失,网络请求没有自动取消的问题

### 2017-09-13
**v2.0.1**
- 1.修改了网络请求返回String时,也判断code状态
- 2.优化网络缓存功能
- 3.修改网络请求缓存为同步存储,解决可能造成crash的风险
- 4.修复下载错误时回调异常的问题
- 5.修复同步下载问题
- 6.库进行lint检查,更加稳定
- 修改了网络请求返回String时,也判断code状态
- 优化网络缓存功能
- 修改网络请求缓存为同步存储,解决可能造成crash的风险
- 修复下载错误时回调异常的问题
- 修复同步下载问题
- 库进行lint检查,更加稳定

### 2017-08-09

Expand Down

0 comments on commit 7b753bf

Please sign in to comment.