2023-07-17
- React-Native entry in
package.json
2023-04-16
- ESM
- Bundled types for Google Drive, Dropbox and WebDAV clients
2021-11-26
- Removed registration functionality (manual instantiation only)
- Root path identifier handling
2021-11-22
putDirectory
method
2021-11-16
- Export types
2021-11-16
- Typescript
2021-04-05
- Bugfix
- Google Drive shared files would not show up
2019-10-10
- Bugfix:
- Dropbox client
putFileContents
wouldn't return connect identifier fornull
(creation) - WebDAV client
putFileContents
wouldn't return connect identifier fornull
(creation)
- Dropbox client
2019-09-29
- Bugfix:
- Dropbox client used incorrect value when putting file contents
- WebDAV client used incorrect value when putting file contents
2019-09-22
deleteFile
method
2019-09-22
- Bugfix:
- Date parsing would return invalid strings
- Allow
fileIdentifier.identifier
to benull
on all platforms to create new files parent
property ongetDirectoryContents
results to refer to parent instance
2019-09-22
- Make
getDirectoryContents
parameters optional for root contents
2019-09-16
- Initial release