File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 2.0.0] ( https://github.com/zjx0905/axios-miniprogram/compare/v2.0.0-beta.10...v2.0.0 ) (2023-04-05)
2+
3+
4+ ### Bug Fixes
5+
6+ * 修复 dynamicURL 错误匹配端口号 ([ 7e29e91] ( https://github.com/zjx0905/axios-miniprogram/commit/7e29e91f0a2a4b1b1f3ca49a9cd5ff123466301a ) )
7+
8+
9+ ### Features
10+
11+ * 添加新的 API isAxiosError ([ 61337a9] ( https://github.com/zjx0905/axios-miniprogram/commit/61337a9bbe100cdab9e175f8ee42e4d5d2ba6842 ) )
12+ * 优化 defaults ([ 2793dd8] ( https://github.com/zjx0905/axios-miniprogram/commit/2793dd8b5e1ad34218088718314e06545033cbbf ) )
13+
14+
15+ ### BREAKING CHANGES
16+
17+ * 移除了 headers 中 post,put 默认值
18+
19+
20+
121# [ 2.0.0-beta.10] ( https://github.com/zjx0905/axios-miniprogram/compare/v2.0.0-beta.0...v2.0.0-beta.10 ) (2023-04-05)
222
323
Original file line number Diff line number Diff line change 11{
22 "name" : " axios-miniprogram" ,
3- "version" : " 2.0.0-beta.10 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " 基于 Promise 的 HTTP 请求库,适用于各大小程序平台。" ,
55 "main" : " dist/axios-miniprogram.cjs.js" ,
66 "module" : " dist/axios-miniprogram.esm.js" ,
You can’t perform that action at this time.
0 commit comments