Releases: Gerhut/axios-debug-log
Releases · Gerhut/axios-debug-log
v1.0.0
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.0
- Drop supports of
- node < 8 (boron)
- axios < 0.17.0
- Fix incorrect URL logging with
config.baseURL
, do not just log theconfig.url
- Manually build and cache final URL in request interceptor
- Use cached final URL in response interceptor
- Drop esModule dependency in TypeScript typing, users are able choose either
import config, { addLogger } from 'axios-debug-log'
with--esModuleInterop
import config = require('axios-debug-log'); const { addLogger } = config;
without--esModuleInterop