Releases: ricwein/FileSystem
Releases · ricwein/FileSystem
5.0-beta1
fixes recursive directory path hashing
4.4.4
updates Directory\Command::exec to allow prepending variables to bin
4.4.3
fixes Disk\Current Storage constructor path resolving
4.4.2
fixes Disk\Current Storage constructor path resolving
4.4.1: SSLCertificate type (host or file) is now settable explicit
- adds unittests for SSLCertificate
4.4.0
- adding new
File\SSLCertificate
extension for x509 certificate parsing
4.3.2
- adds
$lockOnIO
param to Storage\Stream constructor to allow non-locking stream operations, e.g. on resources managed by other systems
4.3.1: introduces new FileSystem::getPath():string
- the new FileSystem::getPath() allows fetching the currently most specific
file-system path as a string more easily than ever before
4.3.0
- fixes and improves support for FlySystem Storage in Directories
4.2.3
fixes docblock for Path() constructor types