1.0.0
What's Changed
Support for Flysystem 2 by @drupol and @mzur in #25
Breaking changes:
- Requires PHP >= 7.4
write
can't be used to create large objects anymore.createDirectory
throws an exception, as this is not supported by Swift.
Other notes:
- The method signatures are now changed according to Flysystem 2. Most do not return a value anymore but throw an exception in case something went wrong.
- The following methods are unsupported:
createDirectory
,visibility
andsetVisibility
.
New Contributors
Full Changelog: 0.4.1...1.0.0