Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 776 Bytes

CHANGELOG.md

File metadata and controls

49 lines (24 loc) · 776 Bytes

Change Log

Version 1.1.4

2018-01-24

  • 修复Gson转化失败时崩溃的bug
  • 修复上传和HttpLoggingInterceptor同时使用时崩溃的bug

Version 1.1.3

2017-01-06

  • POST增加JSON格式参数请求

Version 1.1.2

2017-01-05

  • 增加本地持久化cookie => PersistentCookieJar

Version 1.1.1

2016-12-23

  • 修复在主线程读取string造成的bug

Version 1.1.0

2016-12-23

  • JSONResponse增加JSONArray格式的回调,重构response代码

Version 1.0.1

2016-12-20

  • 修复下载回调空指针异常bug

Version 1.0.0

2016-12-09

  • POST请求、GET请求、PATCH请求、PUT请求、DELETE请求、上传文件、下载文件、取消请求、Raw/Json/Gson返回、后台下载管理等功能