Releases: dullkingsman/axiosbridge
Releases · dullkingsman/axiosbridge
v1.1.0
v1.0.12
1.0.12 - 2023-02-03
Fixed
- Removed
data
property accessor that tries to finddata
inres.data
v1.0.11
1.0.11 - 2023-02-03
Fixed
- Made axios intercept return when rejecting
- Added missing
status
code to axios error processor - Turned
ts-results
imports to esm imports
v1.0.10
1.0.10 - 2022-11-26
Fixed
- Added request and pre-request error catches for axios
v1.0.9
1.0.9 - 2022-11-16
Fixed
- Added the
AxiosStatic
object as aBridge
static property to avoid potential faults because of imports.
v1.0.8
1.0.8 - 2022-11-11
Changed
- Changed the primary parameter for
Bridge
to AxiosConfig - Updated usages in docs
v1.0.7
1.0.7 - 2022-11-11
Added
- Added
connection_timeout
as aBridge
instance - Generated documentation
- Updated default exported axios item access to check for the item on the default instance
v1.0.7-beta.0
1.0.7-beta.0 - 2022-11-10
Fixed
- Reimplemented safe async executor to avoid pattern matching with fp-ts
v1.0.6-beta.0
1.0.6-beta.0 - 2022-11-10
Fixed
- Updated promise converter to use try/catch statements
v1.0.5
1.0.5 - 2022-11-10
Added
- Exported the promise converter