1.2.0
What's Changed
- Add support for pseudo-directories by @mzur in #29. This change does not affect the output of the high-level Flysystem API. However, the low-level API might have the following backwards incompatible changes:
listContents()
can now return an iterable ofFileAttributes
andDirectoryAttributes
. These no longer include theextra_metadata
with'type' => 'file'
. Use the class name or thetype
attribute instead.
Full Changelog: 1.1.0...1.2.0