2024-08-15
- Fixed a bug in
StreamWrapper->stream_open()
related to opening read streams (#14) - thanks @Crell
2024-08-14
- Fixed a bug related to path-less stream URL handling (#9) - thanks @Crell
- Fixed a bug related to directory handling in
StreamWrapper->url_stat()
(#9) - thanks @Crell - Added a
LICENSE.txt
file (#10) - thanks @Crell - Configured GitHub Actions to run CS-Fixer and tests on all PRs and supported PHP versions (#11) - thanks @Crell
2024-01-06
- BC Break: Bumped minimum PHP version from 7.4 to 8.1
- BC Break: Bumped
psr/log
version from^1
to^2.0 || ^3.0
- BC Break: Removed usage of Pimple and container accessor methods from
ServiceLocator
and replaced it with a custom PSR-11 container (#6) - thanks @mattsah - Fixed a bug in
StreamWrapper
preventing empty files from being copied (#7, #8) - thanks @mattsah
2022-02-21
- Fixed a bug in
MemoryBuffer
caused by opening the same file multiple times (#2, #4) - thanks @onet4 - Added
LoggingCompositeBuffer
to log buffer method calls - Added notes about installing Flysystem adapters to README (#1, #3) - thanks @onet4
2022-01-14
- Add support for Flysystem 3
2021-07-20
- Added support for buffer strategies
2021-07-17
- Initial release