feat(data): fetch using fetch instead of axios if available (#25)

* Update changelog, add browser extension support

* Update index.js

---------

Co-authored-by: Haroen Viaene <hello@haroen.me>
This commit is contained in:
David Fiattarone
2024-01-29 05:29:29 -08:00
committed by GitHub
parent f28361c4bc
commit 02cd2f083c
4 changed files with 520 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# v2.0.2
Add support for browser extensions via conditionally using fetch over axios
# v2.0.1
Fixed Invalid attempt to destructure non-iterable instance error