Releases: dullkingsman/axiosbridge
Releases · dullkingsman/axiosbridge
v1.0.5-beta.0
1.0.5-beta.0 - 2022-11-10
Changed
- Made axios instance a parameter for bridge constructor
v1.0.4-beta.0
1.0.4-beta.0 - 2022-11-09
Fixed
- Placed response interceptors call on bridge instance
v1.0.3-beta.0
1.0.3-beta.0 - 2022-11-09
Fixed
- Updated faulty default import
v1.0.2
1.0.2 - 2022-11-09
Fixed
- Changed faulty axios import that makes any call to it fail
v1.0.1
1.0.1 - 2022-11-09
Added
- Changelog
- Prettier
- Eslint
- Release workflow
Changed
- Replaced the
ts-option
package withfp-ts/Option
as ts-option had an older version of typescript and failed the build