amis-rpc-design/node_modules/umi-request/CHANGELOG.MD

30 lines
494 B
Plaintext
Raw Normal View History

2023-10-07 19:42:30 +08:00
## 1.1.0
* refactor: #55 revise response data processing @atzcl
* feat: #57 support promised request interceptor @clock157
## 1.0.7
* feat: Send data using delete
* feat: use umi-lint
## 1.0.6
* fix: index.d.ts 缺少 patch 方法定义 @handycode
## 1.0.5
* feat: #32 send data for patch
## 1.0.4
* fix: #25 error type
## 1.0.3
* fix: #7 throw error when method is undefined
## 1.0.2
* fix: #5 method is 'patch' has some error
## 1.0.1
* support url suffix
## 1.0.0
* first version