Changelog
All notable changes to this package will be documented in this file.
0.6.0 (2023-10-30)
BREAK CHANGEâ
axios 0.27.2
upgrade to 1.5.1
Rename export: AxiosError
=> FetchError
, isAxiosError
=> isFetchError
, AxiosHeaders
=> FetchHeaders
responseType
removes hardcoded json
defaults, derived from axios (axios defaults: json
)
Featuresâ
- OPFetch: đĨ Support for plugin backend requests (both http and internal message queue)
0.5.3 (2023-02-28)
Featuresâ
- OPFetch: đ Support
autoErrorToast
to control and unify the plug-in's error behavior.
0.5.0 (2022-09-27)
Featuresâ
- Fetch: đ Provide the Open Platform interfaces
0.4.0 (2022-09-26)
Featuresâ
- Fetch: đ Export
isOPError
,OPErrorHandler
function