Releases: incapption-public/FileSystem
Releases · incapption-public/FileSystem
Release list
3.0.0
Breaking Changes
- PHP requirement bumped from >=7.2 to >=8.1
- Upgraded league/flysystem from 2.4.5 to 3.34.0
- Upgraded league/flysystem-aws-s3-v3 from 2.4.3 to 3.34.0
- getFullPath() now returns ?string instead of string (returns null after __delete())
Improvements
- Updated tests to be independent of each other (each test has its own setup and teardown)
- Added negative test for reading a non-existent file
- Added test for toJson() return value
- Added test verifying __delete() return value and resetting of $filePath
2.0.1
2.0.0
Breaking Change
Removed
- CheckObject
- Existence Check in Constructor
1.0.6
Fixed
- __copy() method now writes / reads stream
1.
Fixed
- Extension returns extension without leading dot
1.0.4
Fixed
- Readme
Added
- File existence check
1.0.3
Fixed
- __move() method no writes to new location and deletes the old object afterwards
1.0.2
Fix
- Order of constructor parameters
- Readme typo
1.0.1
Fix
- Set filePath to public
- set checkObject() to protected
Added
- Readme