Skip to content

Releases: xwnwho/axios-package

代码优化

08 Jul 06:02
Compare
Choose a tag to compare
  • 配置移除statusMap
  • 可以通过getAxiosInstance实例方法获取内部的axios创建的实例,可以对实例进行一些自定义操作

fix bug

07 Jul 08:21
Compare
Choose a tag to compare

fix return data sometimes will be undefined

First major release

10 Mar 02:52
Compare
Choose a tag to compare

breaking change

  • export default from function change to class.
  • in class, on longer supprot default config

new features

  • supprt typescript

tests

  • get and post http test