Skip to content

1.2.0

Compare
Choose a tag to compare
@mzur mzur released this 01 Apr 11:27
· 17 commits to master since this release
47f6283

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 of FileAttributes and DirectoryAttributes. These no longer include the extra_metadata with 'type' => 'file'. Use the class name or the type attribute instead.

Full Changelog: 1.1.0...1.2.0