All notable changes to flysystem-dropbox
will be documented in this file
- avoid listing the base directory itself in listContents calls (#73)
- make listing a non-created directory not throw an exception (#72)
- use generator in listContents call for upstream compliance (#66)
- fix bugs discovered after real-world use (#63)
- add support from Flysystem v2
- add support for PHP 8
- fix
createSharedLinkWithSettings
- fix minimum dep
- add
getUrl
method
- add
createSharedLinkWithSettings
- determine mimetype from filename
- do not throw an exception when listing a non-existing directory
- make sure all files are retrieved when calling
listContents
- reverts changes made in 1.0.2
- fix for files with different casings not showing up
- add
size
key.bytes
is deprecated and will be removed in the next major version.
- initial release