2023-11-11
- Update dependencies,
layerr
2023-07-16
- React-Native entry in
package.json
2023-04-24
- Bugfix
fetch
causes "Illegal invocation" when used in browsers
2023-02-12
- #15: Support shared Google Drive resources
2023-02-07
- Bugfix:
- Include
node-fetch
in dependencies (for node use)
- Include
2023-02-07
- Replace
cross-fetch
with@buttercup/fetch
2023-01-31
- Bugfix:
- Error handling would miss expired tokens due to newly added quotes (thanks Google)
2022-12-26
- Major Release
- ESM-only release
fetch
for requests, instead ofcowl
/XMLHttpRequest
- Simplifed client method options
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-22
createDirectory
method
2020-09-06
- Replace
js-base64
withbase64-js
(to removeBuffer
reference)
2020-08-29
- Upgrade
cowl
- removebuffer
dependency
2020-08-29
- Remove
safe-buffer
(andbuffer
) dependencies - Encode file contents as base64 before sending
- Drop support for NodeJS < 10
2019-09-22
deleteFile
method
2019-09-22
- Bugfix:
- Size would be
NaN
for some items
- Size would be
2019-08-28
- Replace
buffer
withsafe-buffer
for React-Native compatibility
2019-08-25
- Bugfix: Remove forced-polyfill for
Buffer
2019-08-25
- Dynamically switch
Buffer
dependency if available
2019-08-02
- Remove dependency on
UInt8Array
by usingbuffer
package
2019-08-02
- Bugfix:
- Re-authorisation failed when response header keys were not all lower-case
- Upgrade
cowl
for lower-case response header keys
2019-07-26
- Rename
fullPath
todirPath
formapDirectoryContents
method
2019-07-25
- Bugfix:
mapDirectoryContents
would fail on repeated calls: "Cannot read property 'map' of undefined"
2019-07-25
mapDirectoryContents
method added for traditional path lookups
2019-07-22
- Upgrade
cowl
for better browser compatibility
2019-07-19
- Request library
axios
replaced withcowl
2019-03-13
- Bugfix:
tree: true
result would fail when multiple pages of results are returned
2019-03-03
- Use VError to pass a flag if authentication fails:
authFailure
2019-02-21
- Initial release