(Go: >> BACK << -|- >> HOME <<)

Skip to content

Releases: zjxxxxxxxxx/axios-miniprogram

Release v2.7.2

31 Jan 11:16
Compare
Choose a tag to compare

2.7.2 (2024-01-31)

Bug Fixes

  • 修复设置请求 headers 影响了全局配置 (#56) (5d45cd9), closes #55

Release v2.7.1

16 Dec 04:48
Compare
Choose a tag to compare

2.7.1 (2023-12-16)

Bug Fixes

  • 对上传文件响应数据JSON.parse (#54) (df42674), closes #53

Features

  • 添加符合 HTTP 规范的 statusText (#49) (3848fdd)

Release v2.7.0

17 Aug 06:07
Compare
Choose a tag to compare

2.7.0 (2023-08-17)

Bug Fixes

  • 修复 errno 和 errMsg 丢失 (71e3007)

Features

  • 新增支持小红书小程序 (53f0432)

Release v2.6.0

13 Aug 02:23
Compare
Choose a tag to compare

2.6.0 (2023-08-13)

Features

BREAKING CHANGES

  • axios.fork() 已废弃

Release v2.5.0

04 Jun 11:49
Compare
Choose a tag to compare

2.5.0 (2023-06-04)

Features

  • 移除内置的 uni 适配器 (96ea026), closes #40

BREAKING CHANGES

  • uni 不再内部支持, 可以参阅文档中的自定义适配器自行适配 uni

Release v2.4.2

14 May 13:46
Compare
Choose a tag to compare

2.4.2 (2023-05-14)

Bug Fixes

  • axios.use 函数返回值不是当前实例 (74856f7)

Features

  • 发出请求前进行动态地址插值 (b6698ca)

Release v2.4.1

04 May 03:12
Compare
Choose a tag to compare

2.4.1 (2023-05-04)

Bug Fixes

  • 配置原始 URL 丢失 (8b6eed2)
  • 配置原始请求方法丢失 (c107171)

Features

  • 请求发送前请求方法转小写 (0b82403)
  • 允许设置默认请求方法 (4b02582)
  • getUri 支持 baseURL/dynamicURL (633c920)

Performance Improvements

Release v2.4.0

25 Apr 15:05
Compare
Choose a tag to compare

2.4.0 (2023-04-25)

Bug Fixes

  • 丢失末尾自带的斜线 (db787a2), closes #44

Features

  • 全局方法 create 改为实例方法 (a84533a)
  • 添加扩展实例 (9093e1b)
  • 添加中间件 (6263759)
  • 支持复用父级中间件 (bfc012b)

Reverts

  • 取消支持为路径添加中间件 (1e5809a)

BREAKING CHANGES

  • 原派生领域替换为功能更强的扩展实例

Release v2.3.2

23 Apr 06:24
Compare
Choose a tag to compare

2.3.2 (2023-04-23)

Bug Fixes

Release v2.3.1

21 Apr 15:40
Compare
Choose a tag to compare

2.3.1 (2023-04-21)

Bug Fixes

  • 控制台没有输出适配器错误 (258954a)
  • 下载进度/上传进度 类型错误 (2d691b6)

Features