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 ofFileAttributesandDirectoryAttributes. These no longer include theextra_metadatawith'type' => 'file'. Use the class name or thetypeattribute instead.
Full Changelog: 1.1.0...1.2.0