2023-11-11
- Update dependencies,
layerr
2023-07-16
- React-Native entry in
package.json
2023-04-24
- Bugfix
fetchcauses "Illegal invocation" when used in browsers
2023-02-12
- #15: Support shared Google Drive resources
2023-02-07
- Bugfix:
- Include
node-fetchin dependencies (for node use)
- Include
2023-02-07
- Replace
cross-fetchwith@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
fetchfor requests, instead ofcowl/XMLHttpRequest- Simplifed client method options
2022-01-30
cowlupgrade forLayerrinfo pass-through
2022-01-30
- Bugfix:
- Revert
is-in-browserforcowl
- Revert
2022-01-29
- Bugfix:
cowl: Handlenullresponse headers in request error
2021-11-22
createDirectorymethod
2020-09-06
- Replace
js-base64withbase64-js(to removeBufferreference)
2020-08-29
- Upgrade
cowl- removebufferdependency
2020-08-29
- Remove
safe-buffer(andbuffer) dependencies - Encode file contents as base64 before sending
- Drop support for NodeJS < 10
2019-09-22
deleteFilemethod
2019-09-22
- Bugfix:
- Size would be
NaNfor some items
- Size would be
2019-08-28
- Replace
bufferwithsafe-bufferfor React-Native compatibility
2019-08-25
- Bugfix: Remove forced-polyfill for
Buffer
2019-08-25
- Dynamically switch
Bufferdependency if available
2019-08-02
- Remove dependency on
UInt8Arrayby usingbufferpackage
2019-08-02
- Bugfix:
- Re-authorisation failed when response header keys were not all lower-case
- Upgrade
cowlfor lower-case response header keys
2019-07-26
- Rename
fullPathtodirPathformapDirectoryContentsmethod
2019-07-25
- Bugfix:
mapDirectoryContentswould fail on repeated calls: "Cannot read property 'map' of undefined"
2019-07-25
mapDirectoryContentsmethod added for traditional path lookups
2019-07-22
- Upgrade
cowlfor better browser compatibility
2019-07-19
- Request library
axiosreplaced withcowl
2019-03-13
- Bugfix:
tree: trueresult 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