2023-11-11
- Update dependencies,
layerr
2023-07-16
- React-native entry point in
package.json
2023-04-24
- Bugfix:
- "Illegal invocation" error thrown when used in browser (fetch)
2023-02-08
- Switch
cross-fetch
to@buttercup/fetch
2022-12-26
- Major Release
- ESM-only release
fetch
for requests, instead ofcowl
/XMLHttpRequest
- Descriptive errors with properties
2022-09-03
- Switch
compatPutCorsHack
forcompatCorsHack
for all methods - Deprecate
compatPutCorsHack
2022-09-03
compatPutCorsHack
compatibility option
2022-08-31
- Bugfix:
headers
mis-typed
2022-08-31
headers
client option for custom headers
2022-08-30
- Bugfix:
- Add
compat
support forputFileContents
- Add
2022-05-24
- Typescript
DropboxClient
class replacescreateClient
DropboxClient#fs
replacescreateFsClient
2022-04-13
- GET method for
getFileContents
2022-04-12
- CORS/browser compatibility upgrade for all requests
2022-01-30
cowl
upgrade forLayerr
info pass-through
2022-01-30
- Bugfix:
- Revert
is-in-browser
forcowl
- Revert
2022-01-29
- Bugfix:
cowl
: Handlenull
response headers in request error
2021-11-20
createDirectory
method
2021-11-01
generateAuthorisationURL
helper
2020-08-29
- Upgrade
cowl
- removebuffer
dependency
2019-09-22
deleteFile
methodunlink
fs method
2019-09-15
- Bugfix:
- (#3) Unicode files would throw an error when using
getFileContents
- (#3) Unicode files would throw an error when using
2019-07-23
- Set
Content-Type
header toapplication/octet-stream
only for PUT requests
2019-07-22
- Upgrade
cowl
for better browser compatibility
2019-07-19
cowl
upgrade for better error handling
2019-07-17
- Bugfix:
- Fix
URL
usage forquery
option in browser environments
- Fix
2019-07-16
- Replace
axios
withcowl
for HTTP requests
2018-11-15
- Initial release